次の方法で共有


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

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

PropertyName

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

(継承元 BRArgument)

メソッド

SetProperty<T>(T, T, String)

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

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

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

(継承元 DataContractBase)

適用対象