Classe BRAttributeValueArgument
Represents the business rule attribute free-form value set in conditions and validation actions.
Hierarquia de herança
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.BRArgument
Microsoft.MasterDataServices.BRAttributeValueArgument
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<DataContractAttribute(Name := "BRAttributeValueArgument", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRAttributeValueArgument _
Inherits BRArgument
'Uso
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
O tipo BRAttributeValueArgument expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
BRAttributeValueArgument | Initializes a new instance of the BRAttributeValueArgument class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
AttributeCode | Gets or sets the string value in the argument. | |
ExtensionData | Gets or sets the structure that contains extra data. (Herdado de DataContractBase.) | |
Identifier | Gets or sets the ID of the business rule argument. (Herdado de BRArgument.) | |
PropertyName | Gets or sets the property name.. (Herdado de BRArgument.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.