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