Classe BRAttributeArgumentBase
Represents the base complex type for business rule attribute arguments.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.MasterDataServices. . :: . .BRArgument
Microsoft.MasterDataServices..::..BRAttributeArgumentBase
Microsoft.MasterDataServices. . :: . .BRAttributeArgument
Microsoft.MasterDataServices. . :: . .BRDomainBasedAttributeArgument
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<KnownTypeAttribute(GetType(BRAttributeArgument))> _
<DataContractAttribute(Name := "BRAttributeArgumentBase", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
<KnownTypeAttribute(GetType(BRDomainBasedAttributeArgument))> _
Public Class BRAttributeArgumentBase _
Inherits BRArgument
'Utilizzo
Dim instance As BRAttributeArgumentBase
[KnownTypeAttribute(typeof(BRAttributeArgument))]
[DataContractAttribute(Name = "BRAttributeArgumentBase", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(BRDomainBasedAttributeArgument))]
public class BRAttributeArgumentBase : BRArgument
[KnownTypeAttribute(typeof(BRAttributeArgument))]
[DataContractAttribute(Name = L"BRAttributeArgumentBase", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(BRDomainBasedAttributeArgument))]
public ref class BRAttributeArgumentBase : public BRArgument
[<KnownTypeAttribute(typeof(BRAttributeArgument))>]
[<DataContractAttribute(Name = "BRAttributeArgumentBase", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<KnownTypeAttribute(typeof(BRDomainBasedAttributeArgument))>]
type BRAttributeArgumentBase =
class
inherit BRArgument
end
public class BRAttributeArgumentBase extends BRArgument
Nel tipo BRAttributeArgumentBase sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
BRAttributeArgumentBase | Initializes a new instance of the BRAttributeArgumentBase class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
AttributeId | Gets or sets the attribute ID of a business rule argument. |
![]() |
ExtensionData | Gets or sets an object containing extra data. Ereditato da BRArgument. |
![]() |
Identifier | Gets or sets the ID of the business rule argument. Ereditato da BRArgument. |
![]() |
PropertyName | Gets or sets the property name.. Ereditato da BRArgument. |
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.