[This is preliminary documentation and is subject to change.]
Initializes a new instance of the Relation class.
Namespace:
Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: 3.4.23.6473 (3.4.23.6473)
Syntax
C# |
---|
public Relation( Entity entity, RelationType type, FilterBase where ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ entity As Entity, _ type As RelationType, _ where As FilterBase _ ) |
Visual C++ |
---|
public: Relation( Entity^ entity, RelationType type, FilterBase^ where ) |
Parameters
- entity
- Type: Firefly.Box.Data..::.Entity
The entity based on which this Relation will be created
- type
- Type: Firefly.Box..::.RelationType
The type based on which this Relation will be created
- where
- Type: Firefly.Box.Data.Advanced..::.FilterBase
The where based on which this Relation will be created