Classe BRAttributeTypeInfo
Represents the attribute type information for business rule attributes.
Hierarquia de herança
System. . :: . .Object
Microsoft.MasterDataServices..::..BRAttributeTypeInfo
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<DataContractAttribute(Name := "BRAttributeTypeInfo", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRAttributeTypeInfo _
Implements IExtensibleDataObject
'Uso
Dim instance As BRAttributeTypeInfo
[DataContractAttribute(Name = "BRAttributeTypeInfo", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRAttributeTypeInfo : IExtensibleDataObject
[DataContractAttribute(Name = L"BRAttributeTypeInfo", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRAttributeTypeInfo : IExtensibleDataObject
[<DataContractAttribute(Name = "BRAttributeTypeInfo", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRAttributeTypeInfo =
class
interface IExtensibleDataObject
end
public class BRAttributeTypeInfo implements IExtensibleDataObject
O tipo BRAttributeTypeInfo expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
BRAttributeTypeInfo | Initializes a new instance of the BRAttributeTypeInfo class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
AttributeDataTypes | Gets or sets an array of attribute data types. | |
AttributeType | Gets or sets the attribute type. | |
ExtensionData | Gets or sets an object containing extra data. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.