BRConditionTreeNode Class
A complex condition node by which to define a complex logical structure.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::BRConditionTreeNode
| Name | Description | |
|---|---|---|
![]() | BRConditionTreeNode() | Constructor. |
| Name | Description | |
|---|---|---|
![]() | AuditInfo | Obsolete. Gets or sets the audit info. |
![]() | BRConditions | Gets or sets the collection of conditions. |
![]() | BusinessRuleId | Gets or sets the ID of the owning business rule. |
![]() | ConditionTreeChildNodes | Gets or sets the collection child condition tree nodes. |
![]() | ConditionTreeParentNode | Gets or sets the ID of the condition tree node under which this node is parented, or null for top-level nodes. |
![]() | Identifier | Gets or sets the ID. Uniquely identifies the condition tree node. |
![]() | LogicalOperator | Gets or sets the logical operator. |
![]() | Sequence | Gets or sets the sequence number. Must be greater than zero. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetProperty<T>(T%, T, String^, Boolean) | Changes the property to the given value. Returns whether the new value is different from the old value. (Inherited from DataContractBase.) |
![]() | ToString() | (Inherited from Object.) |
The BRConditionTreeNode complex type specifies a node within a possible complex logic tree in a business rule in MDS. A BRConditionTreeNode MUST exist for each business rule condition that is created.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


