BRConditionTreeNode Class

Definition

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

public ref class BRConditionTreeNode : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="BRConditionTreeNode", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRConditionTreeNode : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="BRConditionTreeNode", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRConditionTreeNode = class
    inherit DataContractBase
Public Class BRConditionTreeNode
Inherits DataContractBase
Inheritance
BRConditionTreeNode
Attributes

Remarks

A BRConditionTreeNode must exist for each business rule condition created.

Constructors

BRConditionTreeNode()

Initializes a new instance of the BRConditionTreeNode class.

Properties

AuditInfo

Gets or sets an AuditInfo complex type.

BRConditions

Gets or sets an array of business rule conditions.

BusinessRuleId

Gets or sets the identifier of the owning business rule.

ConditionTreeChildNodes

Gets or sets an array of condition tree child nodes.

ConditionTreeParentNode

Gets or sets array of condition tree parent nodes.

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DataContractBase)
Identifier

Gets or sets an identifier.

LogicalOperator

Gets or sets the logical operator.

Sequence

Gets or sets the sequence number.

Applies to