Skip to content
jeremydmiller edited this page Apr 10, 2011 · 19 revisions

Ideas for Later

  1. 'init-pak' should be able to set up a new project
  2. 'new' to create an entirely new solution & app
  3. '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);
    }
public void Something()
{

}