Method | Description | |
---|---|---|
Plant ( ) : System | ||
Plant ( bool indoor, System.DateTime availability, decimal price, string light, string zone, string botanical, string common ) : System | ||
PlantsPaging ( int start, int limit, string sort, string dir, string filter ) : Paging |
public Plant ( bool indoor, System.DateTime availability, decimal price, string light, string zone, string botanical, string common ) : System | ||
indoor | bool | |
availability | System.DateTime | |
price | decimal | |
light | string | |
zone | string | |
botanical | string | |
common | string | |
return | System |
public static PlantsPaging ( int start, int limit, string sort, string dir, string filter ) : Paging |
||
start | int | |
limit | int | |
sort | string | |
dir | string | |
filter | string | |
return | Paging |