BRDomainBasedAttributeArgument クラス

定義

関連するエンティティ属性の値に基づいて引数を定義するコンテナを指定します。

public ref class BRDomainBasedAttributeArgument : Microsoft::MasterDataServices::Services::DataContracts::BRAttributeArgumentBase, Microsoft::MasterDataServices::Services::DataContracts::IBRAttributeArgumentParent
[System.Runtime.Serialization.DataContract(Name="BRDomainBasedAttributeArgument", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Serializable]
public class BRDomainBasedAttributeArgument : Microsoft.MasterDataServices.Services.DataContracts.BRAttributeArgumentBase, Microsoft.MasterDataServices.Services.DataContracts.IBRAttributeArgumentParent
[<System.Runtime.Serialization.DataContract(Name="BRDomainBasedAttributeArgument", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Serializable>]
type BRDomainBasedAttributeArgument = class
    inherit BRAttributeArgumentBase
    interface IBRAttributeArgumentParent
    interface IBRAttributeArgumentContainer
    interface IBRArgument
Public Class BRDomainBasedAttributeArgument
Inherits BRAttributeArgumentBase
Implements IBRAttributeArgumentParent
継承
属性
実装

注釈

BRDomainBasedAttributeArgument複雑型は、関連するエンティティ属性の値に基づいて引数を定義するためのコンテナを指定します。

コンストラクター

名前 説明
BRDomainBasedAttributeArgument()

BRDomainBasedAttributeArgument クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
AttributeId

属性IDを指定します。

(継承元 BRAttributeArgumentBase)
ChildArgument

子属性の引数を指定します。 必須。

Identifier

は議論を一意に識別します。

(継承元 BRArgument)
LeafNodeAttribute

Speciesdetailsは下位属性の引数に用いられます。

PropertyName

物件名を指定します。

(継承元 BRArgument)

メソッド

名前 説明
SetProperty<T>(T, T, String, Boolean)

その性質を与えられた値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)
SetProperty<T>(T, T, String)

その性質を与えられた値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)

適用対象