MetadataDataContract<TIdType> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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, Boolean) |
Changes the property to the given value. |
| SetProperty<T>(T, T, String) |
Changes the property to the given value. |