Compartir a través de


Clase BRAttributeArgumentBase

Represents the base complex type for business rule attribute arguments.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
<DataContractAttribute(Name := "BRAttributeArgumentBase", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
<KnownTypeAttribute(GetType(BRAttributeArgument))> _
<KnownTypeAttribute(GetType(BRDomainBasedAttributeArgument))> _
Public Class BRAttributeArgumentBase _
    Inherits BRArgument
'Uso
Dim instance As BRAttributeArgumentBase
[DataContractAttribute(Name = "BRAttributeArgumentBase", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(BRAttributeArgument))]
[KnownTypeAttribute(typeof(BRDomainBasedAttributeArgument))]
public class BRAttributeArgumentBase : BRArgument
[DataContractAttribute(Name = L"BRAttributeArgumentBase", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(BRAttributeArgument))]
[KnownTypeAttribute(typeof(BRDomainBasedAttributeArgument))]
public ref class BRAttributeArgumentBase : public BRArgument
[<DataContractAttribute(Name = "BRAttributeArgumentBase", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<KnownTypeAttribute(typeof(BRAttributeArgument))>]
[<KnownTypeAttribute(typeof(BRDomainBasedAttributeArgument))>]
type BRAttributeArgumentBase =  
    class
        inherit BRArgument
    end
public class BRAttributeArgumentBase extends BRArgument

El tipo BRAttributeArgumentBase expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público BRAttributeArgumentBase Initializes a new instance of the BRAttributeArgumentBase class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública AttributeId Gets or sets the attribute ID of a business rule argument.
Propiedad pública ExtensionData Gets or sets the structure that contains extra data. (Se hereda de DataContractBase.)
Propiedad pública Identifier Gets or sets the ID of the business rule argument. (Se hereda de BRArgument.)
Propiedad pública PropertyName Gets or sets the property name.. (Se hereda de BRArgument.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices