Class EntitySetStructureNode
Holds the details for a node in an entity structure, including which entity is in that node and any highlighting for paths.
Inheritance
System.Object
    EntitySetStructureNode
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: LemonEdge.API.Entities.Helpers
Assembly: API.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 | 
|---|---|
| System.Boolean | 
Methods
ToString()
The name of the entity
Declaration
public override string ToString()
  Returns
| Type | Description | 
|---|---|
| System.String | The name of the entity  | 
      
Overrides
System.Object.ToString()