TopicQueryBuilder - класс

Выполняет построение запроса для получения списка уведомлений по топикам.

Definition

Пространство имён: Tessa.Extensions.Default.Server.Forums.Notifications
Сборка: Tessa.Extensions.Default.Server (в Tessa.Extensions.Default.Server.dll) Версия: 3.6.0.22
C#
public class TopicQueryBuilder : ITopicQueryBuilder
Inheritance
Object    TopicQueryBuilder
Implements
ITopicQueryBuilder

Конструкторы

TopicQueryBuilder Инциализирует новый экземпляр класса.

Свойства

QueryBuilder Объект, выполняющий построение SQL-запроса.

Методы

Append Добавляет пользовательскую часть в запрос.
AppendJoins Добавляет базовые джойны к запросу.
AppendJoinTopicsAndUsers Добавляет базовый Inner Join Lateral в запрос для получения списка пар идентификаторов топика и сотрудника.
AppendOrderBy Добавляет базовую сортировку к запросу.
AppendSelect Добавляет в запрос базовые колонки.
AppendWhere Добавляет базовые условия в запрос.
Build Возвращает результат построение запроса.
EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
ToStringReturns a string that represents the current object.
(Унаследован от Object)

Методы расширения

Get
(Определяется ComHelper)
InternalMarkerCanvas Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также