Share via


CoreDomainModel Members

Include Protected Members
Include Inherited Members

Represents the domain model that defines the basic elements used by all domain models.

The CoreDomainModel type exposes the following members.

Constructors

 

Name

Description

Public method

CoreDomainModel

Initializes a new instance of the CoreDomainModel class.

Top

Methods

 

Name

Description

Public method

CreateElement

Creates an element of a specified type. (Inherited from DomainModel.)

Public method

CreateElementLink

Creates an element link of a specified type. (Inherited from DomainModel.)

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 particular closure type. (Inherited from DomainModel.)

Public method

GetClosureVisitor

Returns an IElementVisitor that corresponds to the particular closure type. (Inherited from DomainModel.)

Protected method

GetCustomDomainModelTypes

Gets the non-generated domain model types. (Inherited from DomainModel.)

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 generated domain model types. (Inherited from DomainModel.)

Protected method

GetGeneratedDomainProperties

Gets the generated domain properties. (Inherited from DomainModel.)

Protected method

GetGeneratedDomainRoles

Gets the generated domain roles. (Inherited from DomainModel.)

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

Represents the domain model ID for the core domain model.

Top

Properties

 

Name

Description

Public property

DomainModelInfo

Gets information about the domain model. (Inherited from DomainModel.)

Public property

ResourceManager

Gets the resource manager for thedomain model. (Inherited from DomainModel.)

Public property

Store

Gets the store which contains this instance of the domain model. (Inherited from DomainModel.)

Top

See Also

Reference

CoreDomainModel Class

Microsoft.VisualStudio.Modeling Namespace