C# Class MonoSoftware.MonoX.DAL.RelationClasses.CalendarEventEntryRelations

Implements the relations factory for the entity: CalendarEventEntry.
Exibir arquivo Open project: MonoSoftware/MonoX-Data-Access-Layer

Public Methods

Method Description
CalendarEventEntryRelations ( ) : System

CTor

GetAllRelations ( ) : List

Gets all relations of the CalendarEventEntryEntity as a list of IEntityRelation objects.

GetSubTypeRelation ( string subTypeEntityName ) : IEntityRelation

stub, not used in this entity, only for TargetPerEntity entities.

GetSuperTypeRelation ( ) : IEntityRelation

stub, not used in this entity, only for TargetPerEntity entities.

Method Details

CalendarEventEntryRelations() public method

CTor
public CalendarEventEntryRelations ( ) : System
return System

GetAllRelations() public method

Gets all relations of the CalendarEventEntryEntity as a list of IEntityRelation objects.
public GetAllRelations ( ) : List
return List

GetSubTypeRelation() public method

stub, not used in this entity, only for TargetPerEntity entities.
public GetSubTypeRelation ( string subTypeEntityName ) : IEntityRelation
subTypeEntityName string
return IEntityRelation

GetSuperTypeRelation() public method

stub, not used in this entity, only for TargetPerEntity entities.
public GetSuperTypeRelation ( ) : IEntityRelation
return IEntityRelation