IDataContract Interface
Represents an interface that all Metadata data contracts must implement.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
Public Interface IDataContract
'Usage
Dim instance As IDataContract
public interface IDataContract
public interface class IDataContract
type IDataContract = interface end
public interface IDataContract
The IDataContract type exposes the following members.
Properties
Name | Description | |
---|---|---|
AuditInfo | Gets or sets the AuditInfo. | |
Permission | Gets or sets the Permission. |
Top