次の方法で共有


BRItemTypeComponent クラス

定義

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

public ref class BRItemTypeComponent : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="BRItemTypeComponent", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.BRActionComponent))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.BRConditionComponent))]
public class BRItemTypeComponent : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="BRItemTypeComponent", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.BRActionComponent))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.BRConditionComponent))>]
type BRItemTypeComponent = class
    inherit DataContractBase
Public Class BRItemTypeComponent
Inherits DataContractBase
継承
BRItemTypeComponent
派生
属性

コンストラクター

BRItemTypeComponent()

BRItemTypeComponent クラスの新しいインスタンスを初期化します。

プロパティ

CompatibleAttributeTypes

この項目型コンポーネントと互換性のあるペアをAttributeType-AttributeDataType定義するオブジェクトのBRAttributeTypeInfo配列を取得または設定します。

Description

種類の説明を取得または設定します。

ExtensionData

追加のデータを格納する構造体を取得または設定します。

(継承元 DataContractBase)
ItemType

アイテムの種類を取得または設定します。

適用対象