Entity Class

Definition

Specifies a container for members and their attribute values and explicit hierarchies.

public ref class Entity : Microsoft::MasterDataServices::MdmDataContractOfModelContextIdentifier
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="Entity", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Entity : Microsoft.MasterDataServices.MdmDataContractOfModelContextIdentifier
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="Entity", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Entity = class
    inherit MdmDataContractOfModelContextIdentifier
Public Class Entity
Inherits MdmDataContractOfModelContextIdentifier
Inheritance
Attributes

Constructors

Entity()

Initializes a new instance of the Entity class.

Properties

AuditInfo

Gets or sets audit information.

(Inherited from MdmDataContractOfModelContextIdentifier)
CodeGenerationSeed

Gets or sets the seed of a code generation.

ExplicitHierarchies

Gets or sets an object containing extra data.

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DataContractBase)
Identifier

Gets or sets the ID of the model context.

(Inherited from MdmDataContractOfModelContextIdentifier)
IsBase

Gets or sets a value that indicates whether the entity shows on model explorer initial screen as the main entity.

IsCodeGenerationEnabled

Gets or sets a value that indicates whether the code generation is enabled.

IsFlat

Gets or sets a value that indicates whether the entity supports explicit hierarchies.

IsSystem

Gets or sets a value that indicates whether the entity was created by the MDS system. System entities cannot be deleted.

MemberTypes

Gets or sets an array of entity member types.

Permission

Gets or sets the security permission.

(Inherited from MdmDataContractOfModelContextIdentifier)
StagingName

Gets or sets the staging name for Entity.

Applies to