Classe BRAttributeArgument
Represents the argument type for comparing attributes within a business rule.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.MasterDataServices. . :: . .BRArgument
Microsoft.MasterDataServices. . :: . .BRAttributeArgumentBase
Microsoft.MasterDataServices..::..BRAttributeArgument
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<DataContractAttribute(Name := "BRAttributeArgument", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRAttributeArgument _
Inherits BRAttributeArgumentBase
'Utilizzo
Dim instance As BRAttributeArgument
[DataContractAttribute(Name = "BRAttributeArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRAttributeArgument : BRAttributeArgumentBase
[DataContractAttribute(Name = L"BRAttributeArgument", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRAttributeArgument : public BRAttributeArgumentBase
[<DataContractAttribute(Name = "BRAttributeArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRAttributeArgument =
class
inherit BRAttributeArgumentBase
end
public class BRAttributeArgument extends BRAttributeArgumentBase
Nel tipo BRAttributeArgument sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
BRAttributeArgument | Initializes a new instance of the BRAttributeArgument class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
AttributeId | Gets or sets the attribute ID of a business rule argument. Ereditato da BRAttributeArgumentBase. |
![]() |
ChildArguments | Gets or sets an array of child arguments. |
![]() |
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
Osservazioni
The argument type is the values set for each member as opposed to a specific value against all members.
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.