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

Inheritance: IModuleResult
Afficher le fichier Open project: CHAOS-Community/Portal Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Adds an IEnumerable.
public AddResult ( IEnumerable results ) : void
results IEnumerable
Résultat void

AddResult() public méthode

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
Résultat void

ModuleResult() public méthode

public ModuleResult ( string fullname ) : System.Collections.Generic
fullname string
Résultat System.Collections.Generic

ModuleResult() public méthode

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
Résultat System.Collections.Generic