BRAttributeTypeInfo Class

Definition

Represents the attribute type information for business rule attributes.

public ref class BRAttributeTypeInfo : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="BRAttributeTypeInfo", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRAttributeTypeInfo : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="BRAttributeTypeInfo", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRAttributeTypeInfo = class
    inherit DataContractBase
Public Class BRAttributeTypeInfo
Inherits DataContractBase
Inheritance
BRAttributeTypeInfo
Attributes

Constructors

BRAttributeTypeInfo()

Initializes a new instance of the BRAttributeTypeInfo class.

Properties

AttributeDataTypes

Gets or sets an array of attribute data types.

AttributeType

Gets or sets the attribute type.

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DataContractBase)

Applies to