言語

BRAttributeValueArgument クラス

定義

ビジネスルール属性の自由形式値、条件および検証アクションで設定されます。

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

コンストラクター

名前 説明
BRAttributeValueArgument()

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

プロパティ

名前 説明
AttributeCode

引数内の文字列値を取得または設定します。

ExtensionData

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

(継承元 DataContractBase)
Identifier

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

(継承元 BRArgument)
PropertyName

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

(継承元 BRArgument)

適用対象