Relation(Entity, RelationType) Constructor

Initializes a new instance of the Relation class.

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public Relation(
	Entity entity,
	RelationType type
)

Parameters

entity  Entity
The entity based on which this Relation will be created
type  RelationType
The type based on which this Relation will be created

See Also