BRItemTypeComponent クラス

ビジネス ルールの基本レベル コンポーネントの種類を指定します。

継承階層

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.BRItemTypeComponent
      Microsoft.MasterDataServices.BRActionComponent
      Microsoft.MasterDataServices.BRConditionComponent

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
<DataContractAttribute(Name := "BRItemTypeComponent", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
<KnownTypeAttribute(GetType(BRActionComponent))> _
<KnownTypeAttribute(GetType(BRConditionComponent))> _
Public Class BRItemTypeComponent _
    Inherits DataContractBase
'使用
Dim instance As BRItemTypeComponent
[DataContractAttribute(Name = "BRItemTypeComponent", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(BRActionComponent))]
[KnownTypeAttribute(typeof(BRConditionComponent))]
public class BRItemTypeComponent : DataContractBase
[DataContractAttribute(Name = L"BRItemTypeComponent", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(BRActionComponent))]
[KnownTypeAttribute(typeof(BRConditionComponent))]
public ref class BRItemTypeComponent : public DataContractBase
[<DataContractAttribute(Name = "BRItemTypeComponent", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<KnownTypeAttribute(typeof(BRActionComponent))>]
[<KnownTypeAttribute(typeof(BRConditionComponent))>]
type BRItemTypeComponent =  
    class
        inherit DataContractBase
    end
public class BRItemTypeComponent extends DataContractBase

BRItemTypeComponent 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド BRItemTypeComponent BRItemTypeComponent クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ CompatibleAttributeTypes BRAttributeTypeInfo オブジェクトの配列を取得または設定します。これは、このアイテムの種類のコンポーネントと互換性のある AttributeType-AttributeDataType ペアを定義します。
パブリック プロパティ Description 種類の説明を取得または設定します。
パブリック プロパティ ExtensionData 追加のデータを格納する構造体を取得または設定します。 (DataContractBase から継承されています。)
パブリック プロパティ ItemType アイテムの種類を取得または設定します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.MasterDataServices 名前空間