Version Class

Specifies a snapshot that contains all model members, attributes, hierarchies and collections for a model, usually denoting a specific time period.

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.MdmDataContractOfModelContextIdentifier
      Microsoft.MasterDataServices.Version

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

Syntax

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

The Version type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property AuditInfo Gets or sets audit information. (Inherited from MdmDataContractOfModelContextIdentifier.)
Public property CopiedFromVersionId Gets or sets the version this version was copied from. Except for the initial version, all subsequent versions must be copied from another version..
Public property Description Gets or sets a description of the version.
Public property ExtensionData Gets or sets the structure that contains extra data. (Inherited from DataContractBase.)
Public property Identifier Gets or sets the ID of the model context. (Inherited from MdmDataContractOfModelContextIdentifier.)
Public property Permission Gets or sets the security permission. (Inherited from MdmDataContractOfModelContextIdentifier.)
Public property ValidationStatus Gets or sets the current validation status of the version's member data.
Public property VersionFlagId Gets or sets the version flag to which this version is linked.
Public property VersionNumber Gets or sets the displayable version number.
Public property VersionStatus Gets or sets the current status of the version.

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