BRAttributeArgumentBase クラス
ビジネス ルール属性引数の基本複合型を表します。
継承階層
System. . :: . .Object
Microsoft.MasterDataServices. . :: . .BRArgument
Microsoft.MasterDataServices..::..BRAttributeArgumentBase
Microsoft.MasterDataServices. . :: . .BRAttributeArgument
Microsoft.MasterDataServices. . :: . .BRDomainBasedAttributeArgument
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
<KnownTypeAttribute(GetType(BRAttributeArgument))> _
<DataContractAttribute(Name := "BRAttributeArgumentBase", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
<KnownTypeAttribute(GetType(BRDomainBasedAttributeArgument))> _
Public Class BRAttributeArgumentBase _
Inherits BRArgument
'使用
Dim instance As BRAttributeArgumentBase
[KnownTypeAttribute(typeof(BRAttributeArgument))]
[DataContractAttribute(Name = "BRAttributeArgumentBase", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(BRDomainBasedAttributeArgument))]
public class BRAttributeArgumentBase : BRArgument
[KnownTypeAttribute(typeof(BRAttributeArgument))]
[DataContractAttribute(Name = L"BRAttributeArgumentBase", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(BRDomainBasedAttributeArgument))]
public ref class BRAttributeArgumentBase : public BRArgument
[<KnownTypeAttribute(typeof(BRAttributeArgument))>]
[<DataContractAttribute(Name = "BRAttributeArgumentBase", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<KnownTypeAttribute(typeof(BRDomainBasedAttributeArgument))>]
type BRAttributeArgumentBase =
class
inherit BRArgument
end
public class BRAttributeArgumentBase extends BRArgument
BRAttributeArgumentBase 型は、以下のメンバーを公開しています。
プロパティ
| 名前 | 説明 | |
|---|---|---|
![]() |
AttributeId | ビジネス ルール引数の属性 ID を取得または設定します。 |
![]() |
ExtensionData | 追加のデータを含むオブジェクトを取得または設定します。 (BRArgument から継承されています。) |
![]() |
Identifier | ビジネス ルール引数の ID を取得または設定します。 (BRArgument から継承されています。) |
![]() |
PropertyName | プロパティ名を取得または設定します。 (BRArgument から継承されています。) |
先頭に戻る
メソッド
| 名前 | 説明 | |
|---|---|---|
![]() |
Equals | (Object から継承されています。) |
![]() |
Finalize | (Object から継承されています。) |
![]() |
GetHashCode | (Object から継承されています。) |
![]() |
GetType | (Object から継承されています。) |
![]() |
MemberwiseClone | (Object から継承されています。) |
![]() |
ToString | (Object から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
.gif)
.gif)
.gif)