MetadataDataContract<TIdType> Class
Defines the base data contract.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::MetadataDataContract<TIdType>
Microsoft.MasterDataServices.Services.DataContracts::AttributeGroup
Microsoft.MasterDataServices.Services.DataContracts::DerivedHierarchy
Microsoft.MasterDataServices.Services.DataContracts::DerivedHierarchyLevel
Microsoft.MasterDataServices.Services.DataContracts::Entity
Microsoft.MasterDataServices.Services.DataContracts::EntityMemberType
Microsoft.MasterDataServices.Services.DataContracts::ExplicitHierarchy
Microsoft.MasterDataServices.Services.DataContracts::Index
Microsoft.MasterDataServices.Services.DataContracts::MetadataAttribute
Microsoft.MasterDataServices.Services.DataContracts::Model
Microsoft.MasterDataServices.Services.DataContracts::SystemSetting
Microsoft.MasterDataServices.Services.DataContracts::Version
Microsoft.MasterDataServices.Services.DataContracts::VersionFlag
generic<typename TIdType> where TIdType : gcnew(), Identifier [DataContractAttribute(Name = "MetadataDataContractOf{0}", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")] public ref class MetadataDataContract abstract : DataContractBase
Type Parameters
- TIdType
The Identifier type for the item.
| Name | Description | |
|---|---|---|
![]() | MetadataDataContract<TIdType>() | Initializes a new instance of the MetadataDataContract<TIdType> class. |
| Name | Description | |
|---|---|---|
![]() | AccessPermission | Gets or sets the AccessPermission. |
![]() | AuditInfo | Gets or sets the AuditInfo. |
![]() | Identifier | Gets or sets the metadata identifier. |
![]() | Permission | Gets or sets the PermissionType. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetProperty<T>(T%, T, String^, Boolean) | Changes the property to the given value. Returns whether the new value is different from the old value. (Inherited from DataContractBase.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


