BRDomainBasedAttributeArgument クラス

関連するエンティティ属性の値に基づいて引数を定義するためのコンテナーを指定します。

継承階層

System. . :: . .Object
  Microsoft.MasterDataServices. . :: . .BRArgument
    Microsoft.MasterDataServices. . :: . .BRAttributeArgumentBase
      Microsoft.MasterDataServices..::..BRDomainBasedAttributeArgument

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
<DataContractAttribute(Name := "BRDomainBasedAttributeArgument", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRDomainBasedAttributeArgument _
    Inherits BRAttributeArgumentBase
'使用
Dim instance As BRDomainBasedAttributeArgument
[DataContractAttribute(Name = "BRDomainBasedAttributeArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRDomainBasedAttributeArgument : BRAttributeArgumentBase
[DataContractAttribute(Name = L"BRDomainBasedAttributeArgument", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRDomainBasedAttributeArgument : public BRAttributeArgumentBase
[<DataContractAttribute(Name = "BRDomainBasedAttributeArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRDomainBasedAttributeArgument =  
    class
        inherit BRAttributeArgumentBase
    end
public class BRDomainBasedAttributeArgument extends BRAttributeArgumentBase

BRDomainBasedAttributeArgument 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド BRDomainBasedAttributeArgument BRDomainBasedAttributeArgument クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ AttributeId ビジネス ルール引数の属性 ID を取得または設定します。 (BRAttributeArgumentBase から継承されています。)
パブリック プロパティ ChildArgument 子引数を取得または設定します。
パブリック プロパティ ExtensionData 追加のデータを含むオブジェクトを取得または設定します。 (BRArgument から継承されています。)
パブリック プロパティ Identifier ビジネス ルール引数の ID を取得または設定します。 (BRArgument から継承されています。)
パブリック プロパティ PropertyName プロパティ名を取得または設定します。 (BRArgument から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。