CoreDesignSurfaceDomainModel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
override reflection replacement apis
public ref class CoreDesignSurfaceDomainModel : Microsoft::VisualStudio::Modeling::DomainModel
[Microsoft.VisualStudio.Modeling.DependsOnDomainModel(typeof(Microsoft.VisualStudio.Modeling.CoreDomainModel))]
[Microsoft.VisualStudio.Modeling.Design.DescriptionResource("Microsoft.VisualStudio.Modeling.Diagrams.CoreDesignSurfaceDomainModel.Description", typeof(Microsoft.VisualStudio.Modeling.Diagrams.CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[Microsoft.VisualStudio.Modeling.Design.DisplayNameResource("Microsoft.VisualStudio.Modeling.Diagrams.CoreDesignSurfaceDomainModel.DisplayName", typeof(Microsoft.VisualStudio.Modeling.Diagrams.CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[Microsoft.VisualStudio.Modeling.DomainObjectId("91d59b16-e488-4a28-8d51-59273ad5bf2e")]
[System.CLSCompliant(true)]
public class CoreDesignSurfaceDomainModel : Microsoft.VisualStudio.Modeling.DomainModel
[<Microsoft.VisualStudio.Modeling.DependsOnDomainModel(typeof(Microsoft.VisualStudio.Modeling.CoreDomainModel))>]
[<Microsoft.VisualStudio.Modeling.Design.DescriptionResource("Microsoft.VisualStudio.Modeling.Diagrams.CoreDesignSurfaceDomainModel.Description", typeof(Microsoft.VisualStudio.Modeling.Diagrams.CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")>]
[<Microsoft.VisualStudio.Modeling.Design.DisplayNameResource("Microsoft.VisualStudio.Modeling.Diagrams.CoreDesignSurfaceDomainModel.DisplayName", typeof(Microsoft.VisualStudio.Modeling.Diagrams.CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")>]
[<Microsoft.VisualStudio.Modeling.DomainObjectId("91d59b16-e488-4a28-8d51-59273ad5bf2e")>]
[<System.CLSCompliant(true)>]
type CoreDesignSurfaceDomainModel = class
inherit DomainModel
Public Class CoreDesignSurfaceDomainModel
Inherits DomainModel
- Inheritance
- Attributes
Constructors
CoreDesignSurfaceDomainModel(Store) |
Constructor. |
Fields
DomainModelId |
CoreDesignSurfaceDomainModel domain model Id. |
ResourceBaseName |
The base name of this model's resources. |
Properties
DomainModelInfo |
Gets domain model information. (Inherited from DomainModel) |
ResourceManager |
Gets the DomainModel's ResourceManager. If the ResourceManager does not already exist, then it is created. |
SingletonResourceManager |
Gets the Singleton ResourceManager for this domain model. |
Store |
Gets the Store which contains this instance of domain model. (Inherited from DomainModel) |
Methods
CreateElement(Partition, Type, PropertyAssignment[]) |
Creates an element of specified type. |
CreateElementLink(Partition, Type, RoleAssignment[], PropertyAssignment[]) |
Creates an element link of specified type. |
GetClosureFilter(ClosureType, ICollection<ModelElement>) |
Returns an IElementVisitorFilter that corresponds to the ClosureType. |
GetClosureVisitor(ClosureType, ICollection<ModelElement>) |
Returns an IElementVisitor that corresponds to the particular closure type. (Inherited from DomainModel) |
GetCustomDomainModelTypes() |
Virtual method that returns the collection of all types of DomainModel objects in this domainModel |
GetCustomDomainProperties() |
Gets the list of non-generated domain properties. (Inherited from DomainModel) |
GetCustomDomainRoles() |
Gets the list of non-generated domain roles. (Inherited from DomainModel) |
GetGeneratedDomainModelTypes() |
Gets the list of generated domain model types (classes, rules, relationships). |
GetGeneratedDomainProperties() |
Gets the list of generated domain properties. |
GetGeneratedDomainRoles() |
Gets the list of generated domain roles. |