Share via


BRConditionTreeNode-Klasse

Represents a logical operator group for conditions.

Vererbungshierarchie

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

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

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

Der BRConditionTreeNode-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode BRConditionTreeNode Initializes a new instance of the BRConditionTreeNode class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AuditInfo Gets or sets audit information.
Öffentliche Eigenschaft BRConditions Gets or sets the collection of conditions.
Öffentliche Eigenschaft BusinessRuleId Gets or sets the identifier of the owning business rule.
Öffentliche Eigenschaft ConditionTreeChildNodes Gets or sets the collection child condition tree nodes.
Öffentliche Eigenschaft ConditionTreeParentNode Gets or sets the identifier of the condition tree node under which this node is parented, or nullNothingnullptrunitein NULL-Verweis (Nothing in Visual Basic) for top-level nodes.
Öffentliche Eigenschaft Identifier Gets or sets the unique identifier of the condition tree node.
Öffentliche Eigenschaft LogicalOperator Gets or sets the logical operator.
Öffentliche Eigenschaft Sequence Gets or sets the sequence number, which must be greater than zero.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.