次の方法で共有


BRConditionComponent クラス

定義

ビジネス ルールの条件コンポーネント。

public ref class BRConditionComponent : Microsoft::MasterDataServices::Services::DataContracts::BRItemTypeComponent
[System.Runtime.Serialization.DataContract(Name="BRConditionComponent", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Serializable]
public class BRConditionComponent : Microsoft.MasterDataServices.Services.DataContracts.BRItemTypeComponent
[<System.Runtime.Serialization.DataContract(Name="BRConditionComponent", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Serializable>]
type BRConditionComponent = class
    inherit BRItemTypeComponent
Public Class BRConditionComponent
Inherits BRItemTypeComponent
継承
属性

注釈

複合型は BRConditionComponent 、ビジネス ルールの条件コンポーネントを指定します。 BRConditionComponent は複合型を BRItemTypeComponent 拡張します。

コンストラクター

BRConditionComponent()

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

プロパティ

CompatibleAttributeTypes

BRAttributeTypeInfo オブジェクトのコレクションを指定します。このオブジェクトは、この項目型コンポーネントと互換性のあるAttributeType-AttributeDataTypeペアを定義します。

(継承元 BRItemTypeComponent)
Description

型の説明を指定します。

(継承元 BRItemTypeComponent)
ItemType

項目の種類を指定します。

(継承元 BRItemTypeComponent)
Parameters

スクリプト パラメーターのコレクションを取得します

メソッド

SetProperty<T>(T, T, String)

プロパティを指定した値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)
SetProperty<T>(T, T, String, Boolean)

プロパティを指定した値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)

適用対象