MemberAttributeIdentifier Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
-
MemberAttributeIdentifier
- 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, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |