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

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

Méthodes publiques

Méthode Description
GetAllRelations ( ) : List

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

SnMessageRecipientRelations ( ) : System

CTor

Method Details

GetAllRelations() public méthode

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

SnMessageRecipientRelations() public méthode

CTor
public SnMessageRecipientRelations ( ) : System
Résultat System