Get Started. It's Free
or sign up with your email address
Business Model by Mind Map: Business Model

1. BizModel Class

1.1. Instantiate the model

1.1.1. 1

1.1.2. 2

1.2. APIs

1.3. DataTableEntity

1.3.1. APIs

1.3.2. DataFieldEntity

1.3.2.1. APIs

2. Search Model

2.1. Functions

2.1.1. Generate SelectionInfo

2.1.2. Help create dynamic sql string

3. Functions

3.1. Describe Business Object

3.2. Generat BindInfo for client

3.3. Mnt Validation in server side

3.4. Lookup validation

4. Elements

4.1. Name

4.2. Text

4.3. Provider

4.4. MasterTable

4.5. PrimaryKey

4.6. Usage

4.6.1. CRUD

4.6.2. UserQuery

4.7. SearchForm

4.8. Tables

4.8.1. DataTableEntity

4.8.1.1. TableName

4.8.1.1.1. type name

4.8.1.1.2. entity type name returned by the List method

4.8.1.1.3. DTO

4.8.1.2. DbTableName

4.8.1.3. DictionaryDisplayFields

4.8.1.3.1. BrowserFields of CardController

4.8.1.3.2. GridListModel columns of result grid

4.8.1.3.3. Return columns of SqlQueryManagerBase<D,L>

4.8.1.4. SqlDb

4.8.1.5. UseCacheForDictionary

4.8.1.5.1. large data->false

4.8.1.5.2. table mnt -> true

4.8.1.6. Indexes

4.8.1.7. Fields

4.8.1.7.1. DataFieldEntity

4.9. Important Elements

5. BusinessModel Generator