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

Implements the relations factory for the entity: FriendSuggestionTypedViewEntry.
Exibir arquivo Open project: MonoSoftware/MonoX-Data-Access-Layer

Public Methods

Method Description
FriendSuggestionTypedViewEntryRelations ( ) : System

CTor

GetAllRelations ( ) : List

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

FriendSuggestionTypedViewEntryRelations() public method

CTor
public FriendSuggestionTypedViewEntryRelations ( ) : System
return System

GetAllRelations() public method

Gets all relations of the FriendSuggestionTypedViewEntryEntity as a list of IEntityRelation objects.
public GetAllRelations ( ) : List
return List

GetSubTypeRelation() public method

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

GetSuperTypeRelation() public method

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