Partager via


Classe BRCondition

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

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

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

Le type BRCondition expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique BRCondition Initializes a new instance of the BRCondition class.

Haut de la page

Propriétés

  Nom Description
Propriété publique AuditInfo Gets or sets the audit information. (hérité de BRItem.)
Propriété publique BusinessRuleId Gets or sets the identifier of the owning business rule. (hérité de BRItem.)
Propriété publique ConditionTreeNodeId Gets or sets the identifier of the owning condition tree node.
Propriété publique Identifier Gets or sets the identifier. (hérité de BRItem.)
Propriété publique Operator Gets or sets the operator. (hérité de BRItem.)
Propriété publique PostfixArguments Gets or sets the collection of postfix (right-hand-side) arguments. (hérité de BRItem.)
Propriété publique PrefixArgument Gets or sets the prefix (left-hand-side) argument.
Propriété publique Sequence Gets or sets the sequence. (hérité de BRItem.)
Propriété publique Text Gets or sets the text. (hérité de BRItem.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode protégée SetProperty<T> Infrastructure. Sets the property using the specified values. (hérité de DataContractBase.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.MasterDataServices.Services.DataContracts