Classe BRDomainBasedAttributeArgument
Specifies the container for defining arguments based on values in related entity attributes.
Hierarquia de herança
System. . :: . .Object
Microsoft.MasterDataServices. . :: . .BRArgument
Microsoft.MasterDataServices. . :: . .BRAttributeArgumentBase
Microsoft.MasterDataServices..::..BRDomainBasedAttributeArgument
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<DataContractAttribute(Name := "BRDomainBasedAttributeArgument", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRDomainBasedAttributeArgument _
Inherits BRAttributeArgumentBase
'Uso
Dim instance As BRDomainBasedAttributeArgument
[DataContractAttribute(Name = "BRDomainBasedAttributeArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRDomainBasedAttributeArgument : BRAttributeArgumentBase
[DataContractAttribute(Name = L"BRDomainBasedAttributeArgument", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRDomainBasedAttributeArgument : public BRAttributeArgumentBase
[<DataContractAttribute(Name = "BRDomainBasedAttributeArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRDomainBasedAttributeArgument =
class
inherit BRAttributeArgumentBase
end
public class BRDomainBasedAttributeArgument extends BRAttributeArgumentBase
O tipo BRDomainBasedAttributeArgument expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
BRDomainBasedAttributeArgument | Initializes a new instance of the BRDomainBasedAttributeArgument class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
AttributeId | Gets or sets the attribute ID of a business rule argument. (Herdado de BRAttributeArgumentBase.) | |
ChildArgument | Gets or sets a child argument. | |
ExtensionData | Gets or sets an object containing extra data. (Herdado de BRArgument.) | |
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.