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)

適用対象