C# 클래스 MonoSoftware.MonoX.DAL.RelationClasses.SnFriendListRelations

Implements the relations factory for the entity: SnFriendList.
파일 보기 프로젝트 열기: MonoSoftware/MonoX-Data-Access-Layer

공개 메소드들

메소드 설명
GetAllRelations ( ) : List

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

SnFriendListRelations ( ) : System

CTor

메소드 상세

GetAllRelations() 공개 메소드

Gets all relations of the SnFriendListEntity as a list of IEntityRelation objects.
public GetAllRelations ( ) : List
리턴 List

GetSubTypeRelation() 공개 메소드

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

GetSuperTypeRelation() 공개 메소드

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

SnFriendListRelations() 공개 메소드

CTor
public SnFriendListRelations ( ) : System
리턴 System