言語

BRAttributeValueArgument クラス

定義

ドメインベースの属性値の議論。

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

注釈

BRAttributeValueArgument複合体型BRArgumentは、条件や検証アクションで自由形式の価値集合を指定し、BRArgument複合体型が使われる場合に使用されます。

コンストラクター

名前 説明
BRAttributeValueArgument()

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

プロパティ

名前 説明
AttributeCode

属性コードを指定します。

Identifier

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

(継承元 BRArgument)
PropertyName

物件名を指定します。

(継承元 BRArgument)

メソッド

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

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

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

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

(継承元 DataContractBase)

適用対象