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

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

Méthodes publiques

Méthode Description
AuditInfoRelations ( ) : System

CTor

GetAllRelations ( ) : List

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

AuditInfoRelations() public méthode

CTor
public AuditInfoRelations ( ) : System
Résultat System

GetAllRelations() public méthode

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