EdgeInfo class
Represents edges for entity graph defined in some Korzh.EasyQuery.ObjectGraph`1 object
public class Korzh.EasyQuery.EdgeInfo
Properties
Section titled “Properties”Type | Name | Description |
---|---|---|
String | InnerProperty | Gets or sets the property in inner vertex. |
ObjectModelType | InnerType | Gets or sets the inner vertex of the edge. |
String | OuterProperty | Gets or sets the property in outer vertex. |
ObjectModelType | OuterType | Gets or sets the outer vertex (in graph) of the edge. |