Types of Workspace - ntierontime/Log4Net GitHub Wiki

A workspace is

    1. a Asp.Net MVC Web page
    1. a WPF Form on Windows Desktop
    1. a WPF Form on Universal Windows Platform (UWP)
    1. a Windows Phone/Windows Mobile Form
    1. an Android App Form
    1. an IOS App Form

An entity refers to a table in database.

The following popular workspaces is defined:

    1. Entity Search workspace, with advanced search criteria, and search result list.
    1. Single Entity workspaces with all properties of an entity:
  • 2.1. Create Entity.
  • 2.2. Edit/Update Entity.
  • 2.3. View Entity Details.
  • 2.4. Delete Entity.
  • 2.4. Import Entities from a file.
    1. A Full Details workspace of one entity.
  • 3.1. Key Information of this entity.
  • 3.2. Cascading entities foreign key reference from this entity.
  • 3.3. Lists of entities directly reference to this entity.
  • 3.4. Lists of entities reference to this entity through a relation table/entity.
    1. Customized Entity Update workspace, with customized property list.