MetadataDataContract<TIdType> Class

 

Defines the base data contract.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)


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.

NameDescription
System_CAPS_protmethodMetadataDataContract<TIdType>()

Initializes a new instance of the MetadataDataContract<TIdType> class.

NameDescription
System_CAPS_pubpropertyAccessPermission

Gets or sets the AccessPermission.

System_CAPS_pubpropertyAuditInfo

Gets or sets the AuditInfo.

System_CAPS_pubpropertyIdentifier

Gets or sets the metadata identifier.

System_CAPS_pubpropertyPermission

Gets or sets the PermissionType.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodSetProperty<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.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: