VersionFlag Class

Definition

Specifies tags that provide a standard identifier that can be attached to a version to reduce integration rework.

public ref class VersionFlag : Microsoft::MasterDataServices::MdmDataContractOfModelContextIdentifier
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="VersionFlag", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class VersionFlag : Microsoft.MasterDataServices.MdmDataContractOfModelContextIdentifier
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="VersionFlag", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type VersionFlag = class
    inherit MdmDataContractOfModelContextIdentifier
Public Class VersionFlag
Inherits MdmDataContractOfModelContextIdentifier
Inheritance
Attributes

Remarks

These identifiers can be limited to only committed versions or available to all versions based on a Boolean setting.

Constructors

VersionFlag()

Initializes a new instance of the VersionFlag class.

Properties

AssignedVersionId

Gets or sets the ID of the version the version flag is or should be associated with.

AuditInfo

Gets or sets audit information.

(Inherited from MdmDataContractOfModelContextIdentifier)
Description

Gets or sets the description of the version flag.

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DataContractBase)
Identifier

Gets or sets the ID of the model context.

(Inherited from MdmDataContractOfModelContextIdentifier)
IsCommittedOnly

Gets or sets a value that indicates whether the VersionFlag should only be associated with committed versions.

Permission

Gets or sets the security permission.

(Inherited from MdmDataContractOfModelContextIdentifier)

Applies to