BRConditionTreeNode Class
Specifies a node within a possible complex logic tree in a business rule in MDS.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Microsoft.MasterDataServices::DataContractBase
Microsoft.MasterDataServices::BRConditionTreeNode
| Name | Description | |
|---|---|---|
![]() | BRConditionTreeNode() | Initializes a new instance of the BRConditionTreeNode class. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
A BRConditionTreeNode must exist for each business rule condition 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.


