Classe BRCondition
Represents the conditions to be evaluated to trigger actions defined in a created business rule.
Hierarquia de herança
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.BRItem
Microsoft.MasterDataServices.Services.DataContracts.BRCondition
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
<DataContractAttribute(Name := "BRCondition", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRCondition _
Inherits BRItem
'Uso
Dim instance As BRCondition
[SerializableAttribute]
[DataContractAttribute(Name = "BRCondition", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRCondition : BRItem
[SerializableAttribute]
[DataContractAttribute(Name = L"BRCondition", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRCondition : public BRItem
[<SerializableAttribute>]
[<DataContractAttribute(Name = "BRCondition", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRCondition =
class
inherit BRItem
end
public class BRCondition extends BRItem
O tipo BRCondition expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
BRCondition | Initializes a new instance of the BRCondition class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
AuditInfo | Gets or sets the audit information. (Herdado de BRItem.) | |
BusinessRuleId | Gets or sets the identifier of the owning business rule. (Herdado de BRItem.) | |
ConditionTreeNodeId | Gets or sets the identifier of the owning condition tree node. | |
Identifier | Gets or sets the identifier. (Herdado de BRItem.) | |
Operator | Gets or sets the operator. (Herdado de BRItem.) | |
PostfixArguments | Gets or sets the collection of postfix (right-hand-side) arguments. (Herdado de BRItem.) | |
PrefixArgument | Gets or sets the prefix (left-hand-side) argument. | |
Sequence | Gets or sets the sequence. (Herdado de BRItem.) | |
Text | Gets or sets the text. (Herdado de BRItem.) |
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.) | |
SetProperty<T> | Infraestrutura. Sets the property using the specified values. (Herdado de DataContractBase.) | |
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.
Consulte também
Referência
Namespace Microsoft.MasterDataServices.Services.DataContracts