Condividi tramite


Classe BRAttributeTypeInfo

Represents type information for business rule attributes.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts..::..BRAttributeTypeInfo

Spazio dei nomi  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
<DataContractAttribute(Name := "BRAttributeTypeInfo", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRAttributeTypeInfo
'Utilizzo
Dim instance As BRAttributeTypeInfo
[SerializableAttribute]
[DataContractAttribute(Name = "BRAttributeTypeInfo", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRAttributeTypeInfo
[SerializableAttribute]
[DataContractAttribute(Name = L"BRAttributeTypeInfo", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRAttributeTypeInfo
[<SerializableAttribute>]
[<DataContractAttribute(Name = "BRAttributeTypeInfo", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRAttributeTypeInfo =  class end
public class BRAttributeTypeInfo

Nel tipo BRAttributeTypeInfo sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico BRAttributeTypeInfo Initializes a new instance of the BRAttributeTypeInfo class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AttributeDataTypes Gets or sets the collection of attribute data types that are each paired with the attribute type.
Proprietà pubblica AttributeType Gets or sets the attribute type.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.