Namespace Venflow.Modeling.Definitions.Builder
Interfaces
IEntityBuilder<TEntity>
Instances of this class are returned from methods inside the EntityConfiguration<TEntity> class when using the Fluent API and it is not designed to be directly constructed in your application code.
IForeignKeyRelationBuilder<TEntity, TRelation>
This interface hosts relation methods for the foreign key configurations.
ILeftRelationBuilder<TEntity>
This interface hosts relation methods for the left side of a relation.
IMultiRightRelationBuilder<TEntity, TRelation>
Instances of this class are returned from methods inside the Table<TEntity> class when using the Fluid API and it is not designed to be directly constructed in your application code.
INotRequiredMultiRightRelationBuilder<TEntity, TRelation>
This interface hosts relation methods for the right side of a relation.
INotRequiredSingleRightRelationBuilder<TEntity, TRelation>
This interface hosts relation methods for the right side of a relation.
IPropertyBuilder
Instances of this class are returned from methods inside the Venflow.
IRequiredMultiRightRelationBuilder<TEntity, TRelation>
This interface hosts relation methods for the right side of a relation.
IRequiredSingleRightRelationBuilder<TEntity, TRelation>
This interface hosts relation methods for the right side of a relation.