Compartilhar via


Classe BRAttributeValueArgument

Represents a business rule attribute value argument.

Hierarquia de herança

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts. . :: . .BRArgument
    Microsoft.MasterDataServices.Services.DataContracts..::..BRAttributeValueArgument

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
<DataContractAttribute(Name := "BRAttributeValueArgument", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRAttributeValueArgument _
    Inherits BRArgument
'Uso
Dim instance As BRAttributeValueArgument
[SerializableAttribute]
[DataContractAttribute(Name = "BRAttributeValueArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRAttributeValueArgument : BRArgument
[SerializableAttribute]
[DataContractAttribute(Name = L"BRAttributeValueArgument", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRAttributeValueArgument : public BRArgument
[<SerializableAttribute>]
[<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 attribute code.
Propriedade pública Identifier When overridden in a derived class, gets or sets a unique identifier of the argument. (Herdado de BRArgument.)
Propriedade pública PropertyName When overridden in a derived class, gets or sets the property name. (Herdado de BRArgument.)
Propriedade pública PropertyType Gets the property type. (Substitui BRArgument. . :: . .PropertyType.)

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.