Partilhar via


Classe BRAttributeValueArgument

Represents the business rule attribute free-form value set in conditions and validation actions.

Hierarquia de herança

System. . :: . .Object
  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
Método público BRAttributeValueArgument Initializes a new instance of the BRAttributeValueArgument class.

Início

Propriedades

  Nome Descrição
Propriedade pública AttributeCode Gets or sets the string value in the argument.
Propriedade pública ExtensionData Gets or sets an object containing extra data. (Herdado de BRArgument.)
Propriedade pública Identifier Gets or sets the ID of the business rule argument. (Herdado de BRArgument.)
Propriedade pública PropertyName Gets or sets the property name.. (Herdado de BRArgument.)

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público 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.

Consulte também

Referência