Example #1
0
 public ViewRootOrgnizations(System.Web.UI.IDataSource owner)
     : base(owner, SchemaDataSource.VIEW_NAME_ROOTS)
 {
 }
Example #2
0
 public ViewAllSchemas(System.Web.UI.IDataSource owner)
     : base(owner, SchemaDataSource.VIEW_NAME_ALLTYPES)
 {
 }
Example #3
0
 public ViewUserSchemas(System.Web.UI.IDataSource owner)
     : base(owner, SchemaDataSource.VIEW_NAME_USERS)
 {
 }
Example #4
0
 public AppView(System.Web.UI.IDataSource owner)
     : base(owner, "Apps")
 {
 }