BRConditionTreeNode Class

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

Inheritance Hierarchy

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

The BRConditionTreeNode type exposes the following members.

Constructors

  Name Description
Public method BRConditionTreeNode Initializes a new instance of the BRConditionTreeNode class.

Top

Properties

  Name Description
Public property AuditInfo Gets or sets an AuditInfo complex type.
Public property BRConditions Gets or sets an array of business rule conditions.
Public property BusinessRuleId Gets or sets a MemberTypeContextIdentifier complex type.
Public property ConditionTreeChildNodes Gets or sets an array of condition tree child nodes.
Public property ConditionTreeParentNode Gets or sets array of condition tree parent nodes.
Public property ExtensionData Gets or sets an object containing extra data.
Public property Identifier Gets or sets an identifier.
Public property LogicalOperator Gets or sets the logical operator.
Public property Sequence Gets or sets the sequence number.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

A BRConditionTreeNode must exist for each business rule condition created.

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.