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.

Constructors

  Name Description
Public method Model Initializes a new instance of the Model class.

Top

Properties

  Name Description
Public property AuditInfo Gets or sets the AuditInfo. (Inherited from MdmDataContract<IdType>.)
Public property DerivedHierarchies Gets or sets an ArrayOfDerivedHierarchy complex type.
Public property Entities Gets or sets an ArrayOfEntity complex type.
Public property ExplicitHierarchies Gets or sets an ArrayOfExplicitHierarchy complex type.
Public property Identifier Gets or sets the ID. (Inherited from MdmDataContract<IdType>.)
Public property Permission Gets or sets the permission. (Inherited from MdmDataContract<IdType>.)
Public property VersionFlags Gets or sets an ArrayOfVersionFlag complex type.
Public property Versions Gets or sets an ArrayOfVersion complex type.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public field IsAdministrator Specifies a value indicating the relationship is that of administrator.
Public field 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.