メンバーの属性識別子のデータ コントラクトを定義します。 識別子を持つオブジェクトは、メンバーの種類と属性のコンテキスト内に存在します。
継承階層
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.Identifier
Microsoft.MasterDataServices.Services.DataContracts.ModelContextIdentifier
Microsoft.MasterDataServices.Services.DataContracts.EntityContextIdentifier
Microsoft.MasterDataServices.Services.DataContracts.MemberTypeContextIdentifier
Microsoft.MasterDataServices.Services.DataContracts.MemberAttributeIdentifier
名前空間: Microsoft.MasterDataServices.Services.DataContracts
アセンブリ: Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)
構文
'宣言
<SerializableAttribute> _
<DataContractAttribute(Name := "MemberAttributeIdentifier", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class MemberAttributeIdentifier _
Inherits MemberTypeContextIdentifier
'使用
Dim instance As MemberAttributeIdentifier
[SerializableAttribute]
[DataContractAttribute(Name = "MemberAttributeIdentifier", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MemberAttributeIdentifier : MemberTypeContextIdentifier
[SerializableAttribute]
[DataContractAttribute(Name = L"MemberAttributeIdentifier", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class MemberAttributeIdentifier : public MemberTypeContextIdentifier
[<SerializableAttribute>]
[<DataContractAttribute(Name = "MemberAttributeIdentifier", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MemberAttributeIdentifier =
class
inherit MemberTypeContextIdentifier
end
public class MemberAttributeIdentifier extends MemberTypeContextIdentifier
MemberAttributeIdentifier 型は、以下のメンバーを公開しています。
コンストラクター
| 名前 | 説明 | |
|---|---|---|
![]() |
MemberAttributeIdentifier | MemberAttributeIdentifier クラスの新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
| 名前 | 説明 | |
|---|---|---|
![]() |
EntityId | オブジェクトが関連付けられているエンティティの Identifier を取得または設定します。 (EntityContextIdentifier から継承されています。) |
![]() |
Id | すべてのインスタンスとコンテキストでオブジェクトを一意に識別するグローバル一意識別子 (GUID) を取得または設定します。 (Identifier から継承されています。) |
![]() |
InternalId | マスター データ サービス インスタンス内でオブジェクトを一意に識別する内部整数識別子を取得または設定します。 (Identifier から継承されています。) |
![]() |
IsBlank | 識別子が空白であるかどうかを示す値を取得します。 (MemberTypeContextIdentifier.IsBlank をオーバーライドします。) |
![]() |
IsIdBlank | 識別子が空白 (空) であるかどうかを示す値を取得します。 (Identifier から継承されています。) |
![]() |
MemberId | メンバー識別子を取得または設定します。 |
![]() |
MemberType | メンバーの種類を取得または設定します。 (MemberTypeContextIdentifier から継承されています。) |
![]() |
ModelId | オブジェクトが関連付けられているモデルの識別子を取得または設定します。 (ModelContextIdentifier から継承されています。) |
![]() |
Name | 識別子のわかりやすい名前を取得または設定します。 (Identifier から継承されています。) |
先頭に戻る
メソッド
| 名前 | 説明 | |
|---|---|---|
![]() |
Equals | (Object から継承されています。) |
![]() |
Finalize | (Object から継承されています。) |
![]() |
GetHashCode | (Object から継承されています。) |
![]() |
GetType | (Object から継承されています。) |
![]() |
MemberwiseClone | (Object から継承されています。) |
![]() |
SetProperty<T> | インフラストラクチャです。指定した値を使用してプロパティを設定します。 (DataContractBase から継承されています。) |
![]() |
ToString | (Object から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
.gif)
.gif)
.gif)