DslDefinitionModelDomainModel Class

DomainModel DslDefinitionModelDomainModel Definition of the Dsl Designer.

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.Modeling.DomainModel
    Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel

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

Syntax

'Declaration
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<CLSCompliantAttribute(True)> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DependsOnDomainModelAttribute(GetType(CoreDomainModel))> _
<DependsOnDomainModelAttribute(GetType(CoreDesignSurfaceDomainModel))> _
<DomainObjectIdAttribute("22330555-b402-4beb-ba11-1f84f4f8d2f0")> _
Public Class DslDefinitionModelDomainModel _
    Inherits DomainModel
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[CLSCompliantAttribute(true)]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DependsOnDomainModelAttribute(typeof(CoreDomainModel))]
[DependsOnDomainModelAttribute(typeof(CoreDesignSurfaceDomainModel))]
[DomainObjectIdAttribute("22330555-b402-4beb-ba11-1f84f4f8d2f0")]
public class DslDefinitionModelDomainModel : DomainModel
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[CLSCompliantAttribute(true)]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DependsOnDomainModelAttribute(typeof(CoreDomainModel))]
[DependsOnDomainModelAttribute(typeof(CoreDesignSurfaceDomainModel))]
[DomainObjectIdAttribute(L"22330555-b402-4beb-ba11-1f84f4f8d2f0")]
public ref class DslDefinitionModelDomainModel : public DomainModel
[<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<CLSCompliantAttribute(true)>]
[<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<DependsOnDomainModelAttribute(typeof(CoreDomainModel))>]
[<DependsOnDomainModelAttribute(typeof(CoreDesignSurfaceDomainModel))>]
[<DomainObjectIdAttribute("22330555-b402-4beb-ba11-1f84f4f8d2f0")>]
type DslDefinitionModelDomainModel =  
    class 
        inherit DomainModel 
    end
public class DslDefinitionModelDomainModel extends DomainModel

The DslDefinitionModelDomainModel type exposes the following members.

Constructors

  Name Description
Public method DslDefinitionModelDomainModel Constructor.

Top

Properties

  Name Description
Public property DomainModelInfo Gets information about the domain model. (Inherited from DomainModel.)
Public property ResourceManager Gets the DomainModel's ResourceManager. If the ResourceManager does not already exist, then it is created. (Overrides DomainModel.ResourceManager.)
Public propertyStatic member SingletonResourceManager Gets the Singleton ResourceManager for this domain model.
Public property Store Gets the store which contains this instance of the domain model. (Inherited from DomainModel.)

Top

Methods

  Name Description
Public method CreateElement Creates an element of specified type. (Overrides DomainModel.CreateElement(Partition, Type, array<PropertyAssignment[]).)
Public method CreateElementLink Creates an element link of specified type. (Overrides DomainModel.CreateElementLink(Partition, Type, array<RoleAssignment[], array<PropertyAssignment[]).)
Public methodStatic member DisableDiagramRules Disables rules in this domain model related to diagram fixup for the given store.
Public methodStatic member EnableDiagramRules 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.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetClosureFilter Returns an IElementVisitorFilter that corresponds to the ClosureType. (Overrides DomainModel.GetClosureFilter(ClosureType, ICollection<ModelElement>).)
Public method GetClosureVisitor Returns an IElementVisitor that corresponds to the particular closure type. (Inherited from DomainModel.)
Protected method GetCustomDomainModelTypes Override to add the fake ModelElementDomainClass. (Overrides DomainModel.GetCustomDomainModelTypes().)
Protected method GetCustomDomainProperties Gets the non-generated domain properties. (Inherited from DomainModel.)
Protected method GetCustomDomainRoles Gets the non-generated domain roles. (Inherited from DomainModel.)
Protected method GetGeneratedDomainModelTypes Gets the list of generated domain model types (classes, rules, relationships). (Overrides DomainModel.GetGeneratedDomainModelTypes().)
Protected method GetGeneratedDomainProperties Gets the list of generated domain properties. (Overrides DomainModel.GetGeneratedDomainProperties().)
Protected method GetGeneratedDomainRoles Gets the list of generated domain roles. (Overrides DomainModel.GetGeneratedDomainRoles().)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member DomainModelId DslDefinitionModelDomainModel domain model Id.
Public fieldStatic member ResourceBaseName The base name of this model's resources.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Modeling.DslDefinition Namespace