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

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

Public Methods

Method Description
GetAllRelations ( ) : List

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

SnFriendListMemberRelations ( ) : System

CTor

Method Details

GetAllRelations() public method

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

SnFriendListMemberRelations() public method

CTor
public SnFriendListMemberRelations ( ) : System
return System