Attribute Class

Definition

An entity attribute complex type.

public ref class Attribute : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="Attribute", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.MemberIdentifier))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.FileAttribute))]
public class Attribute : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="Attribute", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.MemberIdentifier))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.FileAttribute))>]
type Attribute = class
    inherit DataContractBase
Public Class Attribute
Inherits DataContractBase
Inheritance
Attributes

Remarks

The Attribute complex type specifies a master data attribute, including its identification and data value.

Constructors

Attribute()

Default constructor

Properties

Identifier

Specifies the Identifier of the attribute metadata object.

IsChanged

Specifies whether the attribute value is changed

TransactionAnnotation
Obsolete.

Specifies the annotation that is applicable to this attribute's transaction during an update

Type

Specifies the AttributeValueType or the type of value that is stored by the attribute.

Value

Specifies the value that is assigned to the master data attribute as a variant data type.

Methods

SetProperty<T>(T, T, String)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
SetProperty<T>(T, T, String, Boolean)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)

Applies to