Classe BRAttributeArgumentBase
Represents the base complex type for business rule attribute arguments.
Hierarquia de herança
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.BRArgument
Microsoft.MasterDataServices.BRAttributeArgumentBase
Microsoft.MasterDataServices.BRAttributeArgument
Microsoft.MasterDataServices.BRDomainBasedAttributeArgument
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<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
O tipo BRAttributeArgumentBase expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
BRAttributeArgumentBase | Initializes a new instance of the BRAttributeArgumentBase class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
AttributeId | Gets or sets the attribute ID of a business rule 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.