CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
Csla.Rules.BrokenRulesNode Class Reference

Holds broken rules for an Node in the BrokenRulesTree. More...

Properties

object? Parent [get]
 Gets the parent key. Root key is null.
object Node [get]
 Gets the node key.
BrokenRulesCollection BrokenRules [get]
 Gets the broken rules for this node.
object Object [get]
 Gets the Business Object.

Detailed Description

Holds broken rules for an Node in the BrokenRulesTree.

Property Documentation

◆ BrokenRules

BrokenRulesCollection Csla.Rules.BrokenRulesNode.BrokenRules
get

Gets the broken rules for this node.

The node broken rules.

◆ Node

object Csla.Rules.BrokenRulesNode.Node
get

Gets the node key.

The node.

◆ Object

object Csla.Rules.BrokenRulesNode.Object
get

Gets the Business Object.

The object.

◆ Parent

object? Csla.Rules.BrokenRulesNode.Parent
get

Gets the parent key. Root key is null.

The parent.


The documentation for this class was generated from the following file: