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

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

適用対象