Entity Class
Represents a container for members and their attribute values and explicit hierarchies.
Inheritance Hierarchy
System.Object
  Microsoft.MasterDataServices.Services.DataContracts.MdmDataContract<ModelContextIdentifier>
    Microsoft.MasterDataServices.Services.DataContracts.Entity
Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "Entity", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class Entity _
    Inherits MdmDataContract(Of ModelContextIdentifier)
'Usage
Dim instance As Entity
[DataContractAttribute(Name = "Entity", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class Entity : MdmDataContract<ModelContextIdentifier>
[DataContractAttribute(Name = L"Entity", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class Entity sealed : public MdmDataContract<ModelContextIdentifier^>
[<SealedAttribute>]
[<DataContractAttribute(Name = "Entity", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Entity =  
    class
        inherit MdmDataContract<ModelContextIdentifier>
    end
public final class Entity extends MdmDataContract<ModelContextIdentifier>
The Entity type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | AuditInfo | Gets or sets the AuditInfo. (Inherited from MdmDataContract<IdType>.) | 
| .gif) | ExplicitHierarchies | Gets or sets an ArrayOfExplicitHierarchy complex type. | 
| .gif) | Identifier | Gets or sets the ID. (Inherited from MdmDataContract<IdType>.) | 
| .gif) | IsBase | Gets or sets a value indicating whether the entity shows on model explorer initial screen as main entity. | 
| .gif) | IsFlat | Gets or sets a value indicating whether the entity supports explicit hierarchies. | 
| .gif) | IsSystem | Gets or sets a value indicating whether the entity was created by the MDS system. System entities cannot be deleted. | 
| .gif) | MemberTypes | Gets or sets an ArrayOfEntityMemberType complex type. | 
| .gif) | Permission | Gets or sets the permission. (Inherited from MdmDataContract<IdType>.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | ToString | (Inherited from Object.) | 
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.