Classe BRCondition
Represents conditions to be evaluated to trigger actions defined in a created business rule.
Hierarquia de herança
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts. . :: . .BRItem
Microsoft.MasterDataServices.Services.DataContracts..::..BRCondition
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.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.
Propriedades
Nome | Descrição | |
---|---|---|
AuditInfo | AuditInfo complex type. (Herdado de BRItem.) | |
BusinessRuleId | MemberTypeContextIdentifier complex type. (Herdado de BRItem.) | |
ConditionTreeNodeId | Gets or sets the identifier of the owning condition tree node. | |
Identifier | Identifier complex type. (Herdado de BRItem.) | |
Operator | BRItemType simple type. (Herdado de BRItem.) | |
PostfixArguments | ArrayOfanyType. (Herdado de BRItem.) | |
PrefixArgument | Gets or sets the prefix (left) argument. | |
Sequence | Gets or sets a value representing the order business rule items should be displayed and evaluated in. (Herdado de BRItem.) | |
Text | Gets or sets the item 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.) | |
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.