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

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

Méthodes publiques

Méthode Description
AspnetPathsRelations ( ) : System

CTor

GetAllRelations ( ) : List

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

AspnetPathsRelations() public méthode

CTor
public AspnetPathsRelations ( ) : System
Résultat System

GetAllRelations() public méthode

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