Partager via


Classe BRConditionTreeNode

Represents a logical operator group for conditions.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts..::..BRConditionTreeNode

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

Syntaxe

'Déclaration
<SerializableAttribute> _
<DataContractAttribute(Name := "BRConditionTreeNode", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRConditionTreeNode
'Utilisation
Dim instance As BRConditionTreeNode
[SerializableAttribute]
[DataContractAttribute(Name = "BRConditionTreeNode", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRConditionTreeNode
[SerializableAttribute]
[DataContractAttribute(Name = L"BRConditionTreeNode", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRConditionTreeNode
[<SerializableAttribute>]
[<DataContractAttribute(Name = "BRConditionTreeNode", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRConditionTreeNode =  class end
public class BRConditionTreeNode

Le type BRConditionTreeNode expose les membres suivants.

Constructeurs

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

Haut de la page

Propriétés

  Nom Description
Propriété publique AuditInfo Gets or sets audit information.
Propriété publique BRConditions Gets or sets the collection of conditions.
Propriété publique BusinessRuleId Gets or sets the identifier of the owning business rule.
Propriété publique ConditionTreeChildNodes Gets or sets the collection child condition tree nodes.
Propriété publique ConditionTreeParentNode Gets or sets the identifier of the condition tree node under which this node is parented, or nullNothingnullptrunitune référence Null (Nothing dans Visual Basic) for top-level nodes.
Propriété publique Identifier Gets or sets the unique identifier of the condition tree node.
Propriété publique LogicalOperator Gets or sets the logical operator.
Propriété publique Sequence Gets or sets the sequence number, which must be greater than zero.

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 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.