BRAttributeTypeInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |