次の方法で共有


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

下位レベルの属性引数にdetails を指定します。

PropertyName

プロパティ名を指定します。

(継承元 BRArgument)

メソッド

SetProperty<T>(T, T, String)

プロパティを指定した値に変更します。
新しい値が古い値と異なるかどうかを返します。

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

プロパティを指定した値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)

適用対象