프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DomainModelId | global::System.Guid |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CreateElement | DslModeling::ModelElement | ||
CreateElementLink | DslModeling::ElementLink | ||
GetGeneratedDomainModelTypes | global::System.Type[] | ||
GetGeneratedDomainProperties | DomainMemberInfo[] | ||
InitializeSerialization | void |
메소드 | 설명 | |
---|---|---|
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.
|
|
OrmLanguageDomainModel ( global::Microsoft.VisualStudio.Modeling store ) |
Constructor.
|
메소드 | 설명 | |
---|---|---|
GetGeneratedDomainRoles ( ) : DomainRolePlayerInfo[] |
Gets the list of generated domain roles.
|
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | void |
public static EnableDiagramRules ( global::Microsoft.VisualStudio.Modeling store ) : void | ||
store | global::Microsoft.VisualStudio.Modeling | |
리턴 | void |
public GetClosureFilter ( global::Microsoft.VisualStudio.Modeling type, global |
||
type | global::Microsoft.VisualStudio.Modeling | closure type |
rootElements | global |
collection of root elements |
리턴 | DslModeling::IElementVisitorFilter |
protected final GetGeneratedDomainRoles ( ) : DomainRolePlayerInfo[] | ||
리턴 | DomainRolePlayerInfo[] |
public OrmLanguageDomainModel ( global::Microsoft.VisualStudio.Modeling store ) | ||
store | global::Microsoft.VisualStudio.Modeling | Store containing the domain model. |