次の方法で共有


BRAttributeArgumentBase クラス

定義

ビジネス ルール属性引数の基本複合型を表します。

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

コンストラクター

BRAttributeArgumentBase()

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

プロパティ

AttributeId

ビジネス ルール引数の属性 ID を取得または設定します。

ExtensionData

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

(継承元 DataContractBase)
Identifier

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

(継承元 BRArgument)
PropertyName

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

(継承元 BRArgument)

適用対象