BRConditionTreeNode Class
Represents a logical operator group for conditions.
Inheritance Hierarchy
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
The BRConditionTreeNode type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BRConditionTreeNode | Initializes a new instance of the BRConditionTreeNode class. |
Top
Properties
Name | Description | |
---|---|---|
AuditInfo | Gets or sets audit information. | |
BRConditions | Gets or sets the collection of conditions. | |
BusinessRuleId | Gets or sets the identifier of the owning business rule. | |
ConditionTreeChildNodes | Gets or sets the collection child condition tree nodes. | |
ConditionTreeParentNode | Gets or sets the identifier of the condition tree node under which this node is parented, or nulla null reference (Nothing in Visual Basic) for top-level nodes. | |
Identifier | Gets or sets the unique identifier of the condition tree node. | |
LogicalOperator | Gets or sets the logical operator. | |
Sequence | Gets or sets the sequence number, which must be greater than zero. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.