Classe BRAttributeValueArgument
Represents the business rule attribute free-form value set in conditions and validation actions.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.MasterDataServices. . :: . .BRArgument
Microsoft.MasterDataServices..::..BRAttributeValueArgument
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<DataContractAttribute(Name := "BRAttributeValueArgument", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRAttributeValueArgument _
Inherits BRArgument
'Utilizzo
Dim instance As BRAttributeValueArgument
[DataContractAttribute(Name = "BRAttributeValueArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRAttributeValueArgument : BRArgument
[DataContractAttribute(Name = L"BRAttributeValueArgument", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRAttributeValueArgument : public BRArgument
[<DataContractAttribute(Name = "BRAttributeValueArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRAttributeValueArgument =
class
inherit BRArgument
end
public class BRAttributeValueArgument extends BRArgument
Nel tipo BRAttributeValueArgument sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
BRAttributeValueArgument | Initializes a new instance of the BRAttributeValueArgument class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
AttributeCode | Gets or sets the string value in the 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.