Property | Type | Description | |
---|---|---|---|
DomainModelId | global::System.Guid |
Property | Type | Description | |
---|---|---|---|
CreateElement | DslModeling::ModelElement | ||
CreateElementLink | DslModeling::ElementLink | ||
GetGeneratedDomainModelTypes | global::System.Type[] | ||
GetGeneratedDomainProperties | DomainMemberInfo[] | ||
InitializeSerialization | void |
Method | Description | |
---|---|---|
DisableDiagramRules ( global::Microsoft.VisualStudio.Modeling store ) : void |
Disables rules in this domain model related to diagram fixup for the given store.
|
|
EnableDiagramRules ( global::Microsoft.VisualStudio.Modeling store ) : void |
Enables rules in this domain model related to diagram fixup for the given store. If diagram data will be loaded into the store, this method should be called first to ensure that the diagram behaves properly.
|
|
GetClosureFilter ( global::Microsoft.VisualStudio.Modeling type, global |
Returns an IElementVisitorFilter that corresponds to the ClosureType.
|
|
nHydrateDomainModel ( global::Microsoft.VisualStudio.Modeling store ) |
Constructor.
|
Method | Description | |
---|---|---|
GetGeneratedDomainRoles ( ) : DomainRolePlayerInfo[] |
Gets the list of generated domain roles.
|
Method | Description | |
---|---|---|
CreateElement ( global::Microsoft.VisualStudio.Modeling partition, global elementType, global::Microsoft.VisualStudio.Modeling propertyAssignments ) : DslModeling::ModelElement | ||
CreateElementLink ( global::Microsoft.VisualStudio.Modeling partition, global elementLinkType, global::Microsoft.VisualStudio.Modeling roleAssignments, global::Microsoft.VisualStudio.Modeling propertyAssignments ) : DslModeling::ElementLink | ||
GetGeneratedDomainModelTypes ( ) : global::System.Type[] | ||
GetGeneratedDomainProperties ( ) : DomainMemberInfo[] | ||
InitializeSerialization ( global::Microsoft.VisualStudio.Modeling store ) : void |
public static DisableDiagramRules ( global::Microsoft.VisualStudio.Modeling store ) : void | ||
store | global::Microsoft.VisualStudio.Modeling | |
return | void |
public static EnableDiagramRules ( global::Microsoft.VisualStudio.Modeling store ) : void | ||
store | global::Microsoft.VisualStudio.Modeling | |
return | void |
public GetClosureFilter ( global::Microsoft.VisualStudio.Modeling type, global |
||
type | global::Microsoft.VisualStudio.Modeling | closure type |
rootElements | global |
collection of root elements |
return | DslModeling::IElementVisitorFilter |
protected final GetGeneratedDomainRoles ( ) : DomainRolePlayerInfo[] | ||
return | DomainRolePlayerInfo[] |
public nHydrateDomainModel ( global::Microsoft.VisualStudio.Modeling store ) | ||
store | global::Microsoft.VisualStudio.Modeling | Store containing the domain model. |