BRAttributeArgument クラス

定義

ビジネスルール内の属性を比較するための引数タイプを表します。

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

注釈

引数型は、すべてのメンバーに対して特定の値を設定するのではなく、各メンバーごとに設定された値です。

コンストラクター

名前 説明
BRAttributeArgument()

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

プロパティ

名前 説明
AttributeId

ビジネスルールの引数の属性IDを取得するか設定します。

(継承元 BRAttributeArgumentBase)
ChildArguments

子引数の配列を取得したり設定したりします。

ExtensionData

追加のデータを含む構造体を取得または設定します。

(継承元 DataContractBase)
Identifier

ビジネスルールの引数のIDを取得するか設定します。

(継承元 BRArgument)
PropertyName

プロパティ名を取得または設定する...

(継承元 BRArgument)

適用対象