Model Class
Represents the highest level of data organization. Contains all of the members, entities, attributes, hierarchy relationships, collections, business rules, and versions that describe an aspect of the business.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.Services.DataContracts.MdmDataContract<Identifier>
Microsoft.MasterDataServices.Services.DataContracts.Model
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "Model", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class Model _
Inherits MdmDataContract(Of Identifier)
'Usage
Dim instance As Model
[DataContractAttribute(Name = "Model", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class Model : MdmDataContract<Identifier>
[DataContractAttribute(Name = L"Model", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class Model sealed : public MdmDataContract<Identifier^>
[<SealedAttribute>]
[<DataContractAttribute(Name = "Model", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Model =
class
inherit MdmDataContract<Identifier>
end
public final class Model extends MdmDataContract<Identifier>
The Model type exposes the following members.
Properties
Name | Description | |
---|---|---|
AuditInfo | Gets or sets the AuditInfo. (Inherited from MdmDataContract<IdType>.) | |
DerivedHierarchies | Gets or sets an ArrayOfDerivedHierarchy complex type. | |
Entities | Gets or sets an ArrayOfEntity complex type. | |
ExplicitHierarchies | Gets or sets an ArrayOfExplicitHierarchy complex type. | |
Identifier | Gets or sets the ID. (Inherited from MdmDataContract<IdType>.) | |
Permission | Gets or sets the permission. (Inherited from MdmDataContract<IdType>.) | |
VersionFlags | Gets or sets an ArrayOfVersionFlag complex type. | |
Versions | Gets or sets an ArrayOfVersion complex type. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
IsAdministrator | Specifies a value indicating the relationship is that of administrator. | |
IsSystem | Specifies a value indicating the relationship is that of system. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.