EdgeInfo class

Represents edges for entity graph defined in some Korzh.EasyQuery.ObjectGraph`1 object

public class Korzh.EasyQuery.EdgeInfo

Package: Korzh.EasyQuery (targets: netstandard2.0)

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.