C# Класс MonoSoftware.MonoX.DAL.RelationClasses.SnDiscussionMessageRelations

Implements the relations factory for the entity: SnDiscussionMessage.
Показать файл Открыть проект

Открытые методы

Метод Описание
GetAllRelations ( ) : List

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

SnDiscussionMessageRelations ( ) : System

CTor

Описание методов

GetAllRelations() публичный Метод

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

SnDiscussionMessageRelations() публичный Метод

CTor
public SnDiscussionMessageRelations ( ) : System
Результат System