次の方法で共有


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)

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

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

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

(継承元 DataContractBase)

適用対象