C# 클래스 Chaos.Portal.Core.Response.Dto.v1.ModuleResult

상속: IModuleResult
파일 보기 프로젝트 열기: CHAOS-Community/Portal 1 사용 예제들

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