[]
        
(Showing Draft Content)

C1.Framework.Text.Lexicons.Relation.-ctor

Relation Constructor

Relation(object, object)

Constructor.

Declaration
public Relation(object start, object end)
Parameters
Type Name Description
object start

A object indicates the start point.

object end

A object indicates the end point.

Relation(object, object, RelationDirections)

Constructor.

Declaration
public Relation(object start, object end, RelationDirections direction)
Parameters
Type Name Description
object start

A object indicates the start point.

object end

A object indicates the end point.

RelationDirections direction

A RelationDirections indicates the direction.