C# 클래스 Ext.Net.Examples.Examples.Form.ComboBox.Custom_Search.Plant

파일 보기 프로젝트 열기: extnet/Ext.NET.Examples

공개 메소드들

메소드 설명
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

메소드 상세

Plant() 공개 메소드

public Plant ( ) : System
리턴 System

Plant() 공개 메소드

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
리턴 System

PlantsPaging() 공개 정적인 메소드

public static PlantsPaging ( int start, int limit, string sort, string dir, string filter ) : Paging
start int
limit int
sort string
dir string
filter string
리턴 Paging