Language

BRAttributeTypeInfo クラス

定義

ビジネスルール属性の属性タイプ情報。

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

注釈

BRAttributeTypeInfo Complex型は、ビジネスルール属性の属性タイプ情報を指定します。

コンストラクター

名前 説明
BRAttributeTypeInfo()

コンストラクタ。

プロパティ

名前 説明
AttributeDataTypes

属性タイプとペアになる属性データタイプの集合を指定します。

AttributeType

属性タイプを指定します

メソッド

名前 説明
SetProperty<T>(T, T, String, Boolean)

その性質を与えられた値に変更します。
新しい値が古い値と異なるかどうかを返します。

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

その性質を与えられた値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)

適用対象