This topic has not yet been rated - Rate this topic

MemberIdentifier Class

Defines the data contract for the member identifier.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
[SerializableAttribute]
[DataContractAttribute(Name = "MemberIdentifier", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MemberIdentifier : Identifier

The MemberIdentifier type exposes the following members.

  NameDescription
Public methodMemberIdentifier()Initializes a new instance of the MemberIdentifier class with default values.
Public methodMemberIdentifier(String, String, MemberType)Initializes a new instance of the MemberIdentifier class with the specified code, name and member type values.
Top
  NameDescription
Public propertyCodeGets or sets the code of the member identifier.
Public propertyIdGets or sets a Globally Unique Identifier (GUID) that uniquely identifies the object across all instances and contexts. (Inherited from Identifier.)
Public propertyInternalIdGets or sets the internal integer identifier that uniquely identifies an object within a Master Data Services instance. (Inherited from Identifier.)
Public propertyIsBlankGets a value that indicates whether all properties of the identifier are blank. (Inherited from Identifier.)
Public propertyIsIdBlankGets a value that indicates whether the identifier is blank (empty). (Inherited from Identifier.)
Public propertyMemberTypeGets or set the member type.
Public propertyNameGets or sets the descriptive name of the identifier. (Inherited from Identifier.)
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodSetProperty<T>Infrastructure. Sets the property using the specified values. (Inherited from DataContractBase.)
Public methodToString (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.