Condividi tramite


Classe BRCondition

Represents conditions to be evaluated to trigger actions defined in a created business rule.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts. . :: . .BRItem
    Microsoft.MasterDataServices.Services.DataContracts..::..BRCondition

Spazio dei nomi  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
<DataContractAttribute(Name := "BRCondition", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRCondition _
    Inherits BRItem
'Utilizzo
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

Nel tipo BRCondition sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico BRCondition Initializes a new instance of the BRCondition class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AuditInfo AuditInfo complex type. Ereditato da BRItem.
Proprietà pubblica BusinessRuleId MemberTypeContextIdentifier complex type. Ereditato da BRItem.
Proprietà pubblica ConditionTreeNodeId Gets or sets the identifier of the owning condition tree node.
Proprietà pubblica Identifier Identifier complex type. Ereditato da BRItem.
Proprietà pubblica Operator BRItemType simple type. Ereditato da BRItem.
Proprietà pubblica PostfixArguments ArrayOfanyType. Ereditato da BRItem.
Proprietà pubblica PrefixArgument Gets or sets the prefix (left) argument.
Proprietà pubblica Sequence Gets or sets a value representing the order business rule items should be displayed and evaluated in. Ereditato da BRItem.
Proprietà pubblica Text Gets or sets the item text. Ereditato da BRItem.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.