BRConditionComponent クラス
ビジネス ルールの条件コンポーネントを指定します。
継承階層
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.BRItemTypeComponent
Microsoft.MasterDataServices.BRConditionComponent
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
<DataContractAttribute(Name := "BRConditionComponent", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRConditionComponent _
Inherits BRItemTypeComponent
'使用
Dim instance As BRConditionComponent
[DataContractAttribute(Name = "BRConditionComponent", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRConditionComponent : BRItemTypeComponent
[DataContractAttribute(Name = L"BRConditionComponent", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRConditionComponent : public BRItemTypeComponent
[<DataContractAttribute(Name = "BRConditionComponent", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRConditionComponent =
class
inherit BRItemTypeComponent
end
public class BRConditionComponent extends BRItemTypeComponent
BRConditionComponent 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
BRConditionComponent | BRConditionComponent クラスの新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
CompatibleAttributeTypes | BRAttributeTypeInfo オブジェクトの配列を取得または設定します。これは、このアイテムの種類のコンポーネントと互換性のある AttributeType-AttributeDataType ペアを定義します。 (BRItemTypeComponent から継承されています。) | |
Description | 種類の説明を取得または設定します。 (BRItemTypeComponent から継承されています。) | |
ExtensionData | 追加のデータを格納する構造体を取得または設定します。 (DataContractBase から継承されています。) | |
ItemType | アイテムの種類を取得または設定します。 (BRItemTypeComponent から継承されています。) |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
ToString | (Object から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。