MemberAttributeIdentifier Class

Definition

MemberIdentifier for attributes that have not been loaded because of errors on the server side.

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

Remarks

The MemberAttributeIdentifier complex type specifies the attribute that identifies errors in EntityMember operations and is used where the Identifier complex type is used.

Constructors

MemberAttributeIdentifier()

Initializes a new instance of the MemberAttributeIdentifier class.

Properties

EntityId

Specifies the Identifier of the Entity this object is associated with.

(Inherited from EntityContextIdentifier)
Id

Specifies the identifier Guid.

(Inherited from Identifier)
InternalId

Specifies the internal integer Id.

(Inherited from Identifier)
MemberId

Specifies the MemberIdentifier.

MemberType

Specifies the MemberType.

(Inherited from MemberTypeContextIdentifier)
ModelId

Specifies the Identifier of the Model this object is associated with.

(Inherited from ModelContextIdentifier)
Name

Specifies the name.

(Inherited from Identifier)

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

See also