Clase Version
Defines the data contract for the version. Member data is associated with a version.
Jerarquía de herencia
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts. . :: . .MdmDataContract< (Of < ( <'ModelContextIdentifier> ) > ) >
Microsoft.MasterDataServices.Services.DataContracts..::..Version
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)
Sintaxis
'Declaración
<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>
El tipo Version expone los siguientes miembros.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
AuditInfo | Gets or sets the AuditInfo. (Se hereda de MdmDataContract< (Of < ( <'IdType> ) > ) >.) |
![]() |
CopiedFromVersionId | Gets or sets an Identifier complex type. |
![]() |
Description | Gets or sets a description of the version. |
![]() |
Identifier | Gets or sets the ID. (Se hereda de MdmDataContract< (Of < ( <'IdType> ) > ) >.) |
![]() |
Permission | Gets or sets the permission. (Se hereda de MdmDataContract< (Of < ( <'IdType> ) > ) >.) |
![]() |
ValidationStatus | Gets or sets the cumulative business rule evaluation status of the version. |
![]() |
VersionFlagId | Gets or sets the Identifier complex type. |
![]() |
VersionNumber | Gets or sets the version number. |
![]() |
VersionStatus | Gets or sets version status. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Equals | (Se hereda de Object.) |
![]() |
Finalize | (Se hereda de Object.) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetType | (Se hereda de Object.) |
![]() |
MemberwiseClone | (Se hereda de Object.) |
![]() |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
.gif)
.gif)
.gif)