C# Класс Chaos.Portal.Core.Response.Dto.v1.ModuleResult

Наследование: IModuleResult
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
AddResult ( IEnumerable results ) : void

Adds an IEnumerable.

AddResult ( IResult result ) : void

Adds a single result. If you need to add a list of results use AddResult( IEnumerable results ) for better performance

ModuleResult ( string fullname ) : System.Collections.Generic
ModuleResult ( string fullname, IEnumerable results, uint pageIndex, uint totalPages, uint totalCount ) : System.Collections.Generic

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

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

Adds an IEnumerable.
public AddResult ( IEnumerable results ) : void
results IEnumerable
Результат void

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

Adds a single result. If you need to add a list of results use AddResult( IEnumerable results ) for better performance
public AddResult ( IResult result ) : void
result IResult
Результат void

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

public ModuleResult ( string fullname ) : System.Collections.Generic
fullname string
Результат System.Collections.Generic

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

public ModuleResult ( string fullname, IEnumerable results, uint pageIndex, uint totalPages, uint totalCount ) : System.Collections.Generic
fullname string
results IEnumerable
pageIndex uint
totalPages uint
totalCount uint
Результат System.Collections.Generic