Classe BRAttributeTypeInfo
Represents the attribute type information for business rule attributes.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.MasterDataServices..::..BRAttributeTypeInfo
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<DataContractAttribute(Name := "BRAttributeTypeInfo", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRAttributeTypeInfo _
Implements IExtensibleDataObject
'Utilizzo
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
Nel tipo BRAttributeTypeInfo sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
BRAttributeTypeInfo | Initializes a new instance of the BRAttributeTypeInfo class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
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 alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
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.