C# Class Ifa.Model.LastPage

Inheritance: Tag
ファイルを表示 Open project: kibiluzbad/Ifa Class Usage Examples

Public Methods

Method Description
GetText ( ) : string
LastPage ( Func urlFunc, int pages, int itensPerPage ) : System

Protected Methods

Method Description
GetPage ( ) : int

Method Details

GetPage() protected method

protected GetPage ( ) : int
return int

GetText() public method

public GetText ( ) : string
return string

LastPage() public method

public LastPage ( Func urlFunc, int pages, int itensPerPage ) : System
urlFunc Func
pages int
itensPerPage int
return System