Model Class

Represents a model, which is the highest grouping of MDS entities.

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.MdmDataContractOfIdentifier
      Microsoft.MasterDataServices.Model

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "Model", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class Model _
    Inherits MdmDataContractOfIdentifier
'Usage
Dim instance As Model
[DataContractAttribute(Name = "Model", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Model : MdmDataContractOfIdentifier
[DataContractAttribute(Name = L"Model", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class Model : public MdmDataContractOfIdentifier
[<DataContractAttribute(Name = "Model", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Model =  
    class
        inherit MdmDataContractOfIdentifier
    end
public class Model extends MdmDataContractOfIdentifier

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 auditing information. (Inherited from MdmDataContractOfIdentifier.)
Public property DerivedHierarchies Gets or sets an array of derived hierarchies.
Public property Entities Gets or sets an array of entities.
Public property ExplicitHierarchies Gets or sets an array of explicit hierarchies.
Public property ExtensionData Gets or sets the structure that contains extra data. (Inherited from DataContractBase.)
Public property Identifier Gets or sets the ID. (Inherited from MdmDataContractOfIdentifier.)
Public property IsAdministrator Gets or sets a value that indicates whether the current user is an administrator of the model.
Public property IsSystem Gets or sets a value that indicates whether the model was created by the system.
Public property Permission Gets or sets the security permission. (Inherited from MdmDataContractOfIdentifier.)
Public property VersionFlags Gets or sets an array of version flags.
Public property Versions Gets or sets an array of versions.

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

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.

See Also

Reference

Microsoft.MasterDataServices Namespace