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

Implements the relations factory for the entity: AspnetWebEventEvents.
Afficher le fichier Open project: MonoSoftware/MonoX-Data-Access-Layer

Méthodes publiques

Méthode Description
AspnetWebEventEventsRelations ( ) : System

CTor

GetAllRelations ( ) : List

Gets all relations of the AspnetWebEventEventsEntity 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

AspnetWebEventEventsRelations() public méthode

CTor
public AspnetWebEventEventsRelations ( ) : System
Résultat System

GetAllRelations() public méthode

Gets all relations of the AspnetWebEventEventsEntity as a list of IEntityRelation objects.
public GetAllRelations ( ) : List
Résultat List

GetSubTypeRelation() public méthode

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

GetSuperTypeRelation() public méthode

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