DomainModel.GetGeneratedDomainModelTypes Method

Gets the generated domain model types.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntax

'Declaration
Protected Overridable Function GetGeneratedDomainModelTypes As Type()
protected virtual Type[] GetGeneratedDomainModelTypes()
protected:
virtual array<Type^>^ GetGeneratedDomainModelTypes()
abstract GetGeneratedDomainModelTypes : unit -> Type[] 
override GetGeneratedDomainModelTypes : unit -> Type[] 
protected function GetGeneratedDomainModelTypes() : Type[]

Return Value

Type: array<Type[]
An array of types.

Remarks

The generated domain model types include classes, rules, and relationships.

.NET Framework Security

See Also

Reference

DomainModel Class

Microsoft.VisualStudio.Modeling Namespace

Other Resources

[redirect] Domain Model in the Generated API