Class EntitySchemaLink
Holds a single directional link between two nodes in an entity structure
Inherited Members
Namespace: LemonEdge.API.Entities.Helpers
Assembly: LemonEdge.API.dll
Syntax
public class EntitySchemaLink
Properties
Highlight
Whether or not this link is to be highlighted as part of a path through the structure
Declaration
public bool Highlight { get; set; }
Property Value
Type | Description |
---|---|
bool |
Source
The source node this link originates from
Declaration
public EntitySchemaNode Source { get; }
Property Value
Type | Description |
---|---|
EntitySchemaNode |
Target
The target node this link points to
Declaration
public EntitySchemaNode Target { get; }
Property Value
Type | Description |
---|---|
EntitySchemaNode |