This topic has not yet been rated - Rate this topic

CoreDesignSurfaceDomainModel Class

override reflection replacement apis

Object
  Microsoft.VisualStudio.Modeling.DomainModel
    Microsoft.VisualStudio.Modeling.Diagrams.CoreDesignSurfaceDomainModel

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.CoreDesignSurfaceDomainModel.DisplayName", 
	typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute("91d59b16-e488-4a28-8d51-59273ad5bf2e")]
[CLSCompliantAttribute(true)]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.CoreDesignSurfaceDomainModel.Description", 
	typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DependsOnDomainModelAttribute(typeof(CoreDomainModel))]
public class CoreDesignSurfaceDomainModel : DomainModel

The CoreDesignSurfaceDomainModel type exposes the following members.

  NameDescription
Public methodCoreDesignSurfaceDomainModelConstructor.
Top
  NameDescription
Public propertyDomainModelInfoGets information about the domain model. (Inherited from DomainModel.)
Public propertyResourceManagerGets the DomainModel's ResourceManager. If the ResourceManager does not already exist, then it is created. (Overrides DomainModel.ResourceManager.)
Public propertyStatic memberSingletonResourceManagerGets the Singleton ResourceManager for this domain model.
Public propertyStoreGets the store which contains this instance of the domain model. (Inherited from DomainModel.)
Top
  NameDescription
Public methodCreateElementCreates an element of specified type. (Overrides DomainModel.CreateElement(Partition, Type, PropertyAssignment[]).)
Public methodCreateElementLinkCreates an element link of specified type. (Overrides DomainModel.CreateElementLink(Partition, Type, RoleAssignment[], PropertyAssignment[]).)
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetClosureFilterReturns an IElementVisitorFilter that corresponds to the ClosureType. (Overrides DomainModel.GetClosureFilter(ClosureType, ICollection<ModelElement>).)
Public methodGetClosureVisitorReturns an IElementVisitor that corresponds to the particular closure type. (Inherited from DomainModel.)
Protected methodGetCustomDomainModelTypesVirtual method that returns the collection of all types of DomainModel objects in this domainModel (Overrides DomainModel.GetCustomDomainModelTypes().)
Protected methodGetCustomDomainPropertiesGets the non-generated domain properties. (Inherited from DomainModel.)
Protected methodGetCustomDomainRolesGets the non-generated domain roles. (Inherited from DomainModel.)
Protected methodGetGeneratedDomainModelTypesGets the list of generated domain model types (classes, rules, relationships). (Overrides DomainModel.GetGeneratedDomainModelTypes().)
Protected methodGetGeneratedDomainPropertiesGets the list of generated domain properties. (Overrides DomainModel.GetGeneratedDomainProperties().)
Protected methodGetGeneratedDomainRolesGets the list of generated domain roles. (Overrides DomainModel.GetGeneratedDomainRoles().)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top
  NameDescription
Public fieldStatic memberDomainModelIdCoreDesignSurfaceDomainModel domain model Id.
Public fieldStatic memberResourceBaseNameThe base name of this model's resources.
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.