BRAttributeTypeInfo Class

Definition

The attribute type information for business rule attributes.

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
Inheritance
BRAttributeTypeInfo
Attributes

Remarks

The BRAttributeTypeInfo complex type specifies the attribute type information for business rule attributes.

Constructors

BRAttributeTypeInfo()

Constructor.

Properties

AttributeDataTypes

Specifies the collection of Attribute Data Types that are each paired with the Attribute Type.

AttributeType

Specifies the Attribute Type

Methods

SetProperty<T>(T, T, String)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
SetProperty<T>(T, T, String, Boolean)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)

Applies to