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

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

Méthodes publiques

Méthode Description
GetAllRelations ( ) : List

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

OaConsumerRelations ( ) : System

CTor

Method Details

GetAllRelations() public méthode

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

OaConsumerRelations() public méthode

CTor
public OaConsumerRelations ( ) : System
Résultat System