BRAttributeArgument クラス

定義

値ではなく属性を参照する引数。

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

注釈

BRAttributeArgument複合体型は、ビジネスルール内の属性を比較するための引数タイプを指定します。

コンストラクター

名前 説明
BRAttributeArgument()

コンストラクタ。

プロパティ

名前 説明
AttributeId

属性IDを指定します。

(継承元 BRAttributeArgumentBase)
ChildArguments

子引数の集合を指定します。

Identifier

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

(継承元 BRArgument)
LeafNodeAttribute

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

PropertyName

物件名を指定します。

(継承元 BRArgument)

メソッド

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

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

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

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

(継承元 DataContractBase)

適用対象