C# Class Sakura.AspNetCore.Mvc.PagerItemOptions

Control the generation process for a single pager item.
Datei anzeigen Open project: sgjsakura/AspNetCore Class Usage Examples

Public Methods

Method Description
Clone ( ) : PagerItemOptions

Create a clone for the current object.

Private Methods

Method Description
Merge ( [ baseOptions, [ additionalOptions ) : PagerItemOptions
MergeAll ( ) : PagerItemOptions
MergeAll ( [ options ) : PagerItemOptions

Method Details

Clone() public method

Create a clone for the current object.
public Clone ( ) : PagerItemOptions
return PagerItemOptions