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)

適用対象