edgeinfo-class
Represents edges for entity graph defined in some Korzh.EasyQuery.ObjectGraph`1 object
public class Korzh.EasyQuery.EdgeInfo
Assembly: Korzh.EasyQuery.dll
Constructors
| Name | Type | Description |
|---|---|---|
| EdgeInfo() | void |
Properties
| Name | Type | Description |
|---|---|---|
| InnerProperty | string | Gets or sets the property in inner vertex. |
| InnerType | ObjectModelType | Gets or sets the inner vertex of the edge. |
| OuterProperty | string | Gets or sets the property in outer vertex. |
| OuterType | ObjectModelType | Gets or sets the outer vertex (in graph) of the edge. |