Share via


BRConditionTreeNode Class

Represents a logical operator group for conditions.

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.BRConditionTreeNode

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<SerializableAttribute> _
<DataContractAttribute(Name := "BRConditionTreeNode", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRConditionTreeNode _
    Inherits DataContractBase
'Usage
Dim instance As BRConditionTreeNode
[SerializableAttribute]
[DataContractAttribute(Name = "BRConditionTreeNode", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRConditionTreeNode : DataContractBase
[SerializableAttribute]
[DataContractAttribute(Name = L"BRConditionTreeNode", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRConditionTreeNode : public DataContractBase
[<SerializableAttribute>]
[<DataContractAttribute(Name = "BRConditionTreeNode", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRConditionTreeNode =  
    class 
        inherit DataContractBase 
    end
public class BRConditionTreeNode extends DataContractBase

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 the audit information.
Public property BRConditions Gets or sets the collection of conditions.
Public property BusinessRuleId Gets or sets the identifier of the owning business rule.
Public property ConditionTreeChildNodes Gets or sets the collection of child condition tree nodes.
Public property ConditionTreeParentNode Gets or sets the identifier of the condition tree node under which the node is parented, or nulla null reference (Nothing in Visual Basic) for top-level nodes.
Public property Identifier Gets or sets the unique identifier of the condition tree node.
Public property LogicalOperator Gets or sets the logical operator.
Public property Sequence Gets or sets the sequence number which must be greater than zero.

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.)
Protected method SetProperty<T> Infrastructure. Sets the property using the specified values. (Inherited from DataContractBase.)
Public method 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.

See Also

Reference

Microsoft.MasterDataServices.Services.DataContracts Namespace