Partilhar via


Classe Version

Defines the data contract for the version. Member data is associated with a version.

Hierarquia de herança

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.MdmDataContract<ModelContextIdentifier>
      Microsoft.MasterDataServices.Services.DataContracts.Version

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<DataContractAttribute(Name := "Version", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class Version _
    Inherits MdmDataContract(Of ModelContextIdentifier)
'Uso
Dim instance As Version
[DataContractAttribute(Name = "Version", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class Version : MdmDataContract<ModelContextIdentifier>
[DataContractAttribute(Name = L"Version", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class Version sealed : public MdmDataContract<ModelContextIdentifier^>
[<SealedAttribute>]
[<DataContractAttribute(Name = "Version", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Version =  
    class 
        inherit MdmDataContract<ModelContextIdentifier>
    end
public final class Version extends MdmDataContract<ModelContextIdentifier>

O tipo Version expõe os membros a seguir.

Construtores

  Nome Descrição
Método público Version Initializes a new instance of the Version class.

Início

Propriedades

  Nome Descrição
Propriedade pública AuditInfo Gets or sets the audit information. (Herdado de MdmDataContract<TIdType>.)
Propriedade pública CopiedFromVersionId Gets or sets the identifier which indicates what version the version was copied from.
Propriedade pública Description Gets or sets the description of the version.
Propriedade pública Identifier Gets or sets the identifier. (Herdado de MdmDataContract<TIdType>.)
Propriedade pública Permission Gets or sets the permission. (Herdado de MdmDataContract<TIdType>.)
Propriedade pública ValidationStatus Gets or sets the current validation status of the version’s member data.
Propriedade pública VersionFlagId Gets or sets the identifier of the version flag the version is linked to (optional).
Propriedade pública VersionNumber Gets or sets the user-friendly version number.
Propriedade pública VersionStatus Gets or sets the current status of the version.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.MasterDataServices.Services.DataContracts