C# Class Chaos.Portal.Core.Response.Dto.v1.ModuleResult

Inheritance: IModuleResult
Show file Open project: CHAOS-Community/Portal Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

AddResult() public method

Adds an IEnumerable.
public AddResult ( IEnumerable results ) : void
results IEnumerable
return void

AddResult() public method

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
return void

ModuleResult() public method

public ModuleResult ( string fullname ) : System.Collections.Generic
fullname string
return System.Collections.Generic

ModuleResult() public method

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
return System.Collections.Generic