You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jeremydmiller edited this page Apr 10, 2011
·
19 revisions
Ideas for Later
'init-pak' should be able to set up a new project
'new' to create an entirely new solution & app
'install-pak' should probably also allow you to use the package name for PackageFile in the uninstall mode
some code here
public interface ISmartGrid
{
IEnumerable GetProjectedData(PagingOptions page);
int Count();
IList Columns();
//JUST HERE FOR ST TESTS. SEE COMMENT BELOW ABOUT FREAKING OUT.
DataTable GetTableData(PagingOptions paging);
}