Share via


BRConditionTreeNode-Klasse

Specifies a node within a possible complex logic tree in a business rule in MDS.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.MasterDataServices..::..BRConditionTreeNode

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

Syntax

'Declaration
<DataContractAttribute(Name := "BRConditionTreeNode", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRConditionTreeNode _
    Implements IExtensibleDataObject
'Usage
Dim instance As BRConditionTreeNode
[DataContractAttribute(Name = "BRConditionTreeNode", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRConditionTreeNode : IExtensibleDataObject
[DataContractAttribute(Name = L"BRConditionTreeNode", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRConditionTreeNode : IExtensibleDataObject
[<DataContractAttribute(Name = "BRConditionTreeNode", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRConditionTreeNode =  
    class
        interface IExtensibleDataObject
    end
public class BRConditionTreeNode implements IExtensibleDataObject

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 an AuditInfo complex type.
Öffentliche Eigenschaft BRConditions Gets or sets an array of business rule conditions.
Öffentliche Eigenschaft BusinessRuleId Gets or sets a MemberTypeContextIdentifier complex type.
Öffentliche Eigenschaft ConditionTreeChildNodes Gets or sets an array of condition tree child nodes.
Öffentliche Eigenschaft ConditionTreeParentNode Gets or sets array of condition tree parent nodes.
Öffentliche Eigenschaft ExtensionData Gets or sets an object containing extra data.
Öffentliche Eigenschaft Identifier Gets or sets an identifier.
Öffentliche Eigenschaft LogicalOperator Gets or sets the logical operator.
Öffentliche Eigenschaft Sequence Gets or sets the sequence number.

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

Hinweise

A BRConditionTreeNode must exist for each business rule condition created.

Threadsicherheit

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