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 | |
---|---|---|
AuditInfo | Gets or sets the AuditInfo. (Inherited from MdmDataContract<IdType>.) | |
ExplicitHierarchies | Gets or sets an ArrayOfExplicitHierarchy complex type. | |
Identifier | Gets or sets the ID. (Inherited from MdmDataContract<IdType>.) | |
IsBase | Gets or sets a value indicating whether the entity shows on model explorer initial screen as main entity. | |
IsFlat | Gets or sets a value indicating whether the entity supports explicit hierarchies. | |
IsSystem | Gets or sets a value indicating whether the entity was created by the MDS system. System entities cannot be deleted. | |
MemberTypes | Gets or sets an ArrayOfEntityMemberType complex type. | |
Permission | Gets or sets the permission. (Inherited from MdmDataContract<IdType>.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.