Partilhar via


Classe BRAttributeArgument

Represents the argument type for comparing attributes within a business rule.

Hierarquia de herança

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.BRArgument
      Microsoft.MasterDataServices.BRAttributeArgumentBase
        Microsoft.MasterDataServices.BRAttributeArgument

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

Sintaxe

'Declaração
<DataContractAttribute(Name := "BRAttributeArgument", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRAttributeArgument _
    Inherits BRAttributeArgumentBase
'Uso
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

O tipo BRAttributeArgument expõe os membros a seguir.

Construtores

  Nome Descrição
Método público BRAttributeArgument Initializes a new instance of the BRAttributeArgument class.

Início

Propriedades

  Nome Descrição
Propriedade pública AttributeId Gets or sets the attribute ID of a business rule argument. (Herdado de BRAttributeArgumentBase.)
Propriedade pública ChildArguments Gets or sets an array of child arguments.
Propriedade pública ExtensionData Gets or sets the structure that contains extra data. (Herdado de DataContractBase.)
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

Comentários

The argument type is the values set for each member as opposed to a specific value against all members.

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

Namespace Microsoft.MasterDataServices