Class EntitySetStructureNode
Holds the details for a node in an entity structure, including which entity is in that node and any highlighting for paths.
Inherited Members
Namespace: LemonEdge.API.Core.FinancialServices.Helpers
Assembly: LemonEdge.API.Core.FinancialServices.dll
Syntax
public class EntitySetStructureNode
Properties
Entity
The entity that is a node in the entity set structure
Declaration
public IObjectEntity Entity { get; }
Property Value
Type | Description |
---|---|
IObjectEntity |
Highlight
Whether or not this node is to be highlighted as part of a path through the structure
Declaration
public bool Highlight { get; set; }
Property Value
Type | Description |
---|---|
bool |
Methods
ToString()
The name of the entity
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | The name of the entity |