VersionFlag Class
Specifies tags that provide a standard identifier that can be attached to a version to reduce integration rework.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.MdmDataContractOfModelContextIdentifier
Microsoft.MasterDataServices.VersionFlag
Name | Description | |
---|---|---|
![]() | VersionFlag() | Initializes a new instance of the VersionFlag class. |
Name | Description | |
---|---|---|
![]() | 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.) |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
These identifiers can be limited to only committed versions or available to all versions based on a Boolean setting.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.