C# 클래스 ViewModels.AFITop100VM

This class demonstrates the application of dynamic LINQ to perform incremental search on a list, and pagination tehcnique on the results.
상속: BaseVM
파일 보기 프로젝트 열기: dsuryd/dotNetify

공개 메소드들

메소드 설명
AFITop100VM ( AFITop100Model model ) : System

Constructor.

비공개 메소드들

메소드 설명
AutoComplete ( string &iQuery ) : void

Auto-completes a query expression in response to user typing the first letter of a known model property or a LINQ method at the end of the expression.

IsQueryValid ( string iQuery ) : bool

Returns whether a query expression is valid. If not, it will set the QueryError property.

Paginate ( IEnumerable iQueryResults ) : List

Paginates the query results. It sets the Pagination and Page properties.

메소드 상세

AFITop100VM() 공개 메소드

Constructor.
public AFITop100VM ( AFITop100Model model ) : System
model AFITop100Model Model containing AFI Top 100 movie records.
리턴 System