Table of Contents

Constructor RelatedEntityModel

Namespace
Innova.Data.Entity.Relations
Assembly
Innova.Data.dll

RelatedEntityModel()

Initializes a new instance of the RelatedEntityModel<RelationType, RelatedEntityType> class.

public RelatedEntityModel()

RelatedEntityModel(RelationType, RelatedEntityType)

Initializes a new instance of the RelatedEntityModel<RelationType, RelatedEntityType> class with the specified relation and related entity.

public RelatedEntityModel(RelationType relation, RelatedEntityType relatedEntity)

Parameters

relation RelationType

The relation.

relatedEntity RelatedEntityType

The related entity.