Constructor RelatedEntityModel
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
RelationTypeThe relation.
relatedEntity
RelatedEntityTypeThe related entity.