MetadataDataContract<TIdType> Class

Definition

Defines the base data contract.

generic <typename TIdType>
 where TIdType : Identifiergcnew()public ref class MetadataDataContract abstract : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="MetadataDataContractOf{0}", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public abstract class MetadataDataContract<TIdType> : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase where TIdType : Identifiernew()
[<System.Runtime.Serialization.DataContract(Name="MetadataDataContractOf{0}", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MetadataDataContract<'IdType (requires 'IdType :> Identifier and 'IdType : (new : unit -> 'IdType))> = class
    inherit DataContractBase
Public MustInherit Class MetadataDataContract(Of TIdType)
Inherits DataContractBase

Type Parameters

TIdType

The Identifier type for the item.

Inheritance
MetadataDataContract<TIdType>
Derived
Attributes

Constructors

MetadataDataContract<TIdType>()

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

Properties

AccessPermission

Specifies the AccessPermission.

AuditInfo

Specifies the AuditInfo.

Identifier

Specifies the Identifier.

Permission

Specifies the Permission.

Methods

SetProperty<T>(T, T, String)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
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)

Applies to