Method |
Description |
|
BatchCreateMenuItems ( string values, IWorkspace workspace ) : IEnumerable |
|
|
BatchCreateMenuProperties ( string values, MenuItemPropertyGroup item ) : IEnumerable |
|
|
BatchCreateReasons ( string values, int reasonType, IWorkspace workspace ) : IEnumerable |
|
|
BatchCreateTables ( string values, IWorkspace workspace ) : IEnumerable
Private Methods
Method Details
BatchCreateMenuItems()
public method
public BatchCreateMenuItems ( string values, IWorkspace workspace ) : IEnumerable |
values |
string |
|
workspace |
IWorkspace |
|
return |
IEnumerable |
|
BatchCreateMenuProperties()
public method
public BatchCreateMenuProperties ( string values, MenuItemPropertyGroup item ) : IEnumerable |
values |
string |
|
item |
Samba.Domain.Models.Menus.MenuItemPropertyGroup |
|
return |
IEnumerable |
|
BatchCreateReasons()
public method
public BatchCreateReasons ( string values, int reasonType, IWorkspace workspace ) : IEnumerable |
values |
string |
|
reasonType |
int |
|
workspace |
IWorkspace |
|
return |
IEnumerable |
|
BatchCreateTables()
public method
public BatchCreateTables ( string values, IWorkspace workspace ) : IEnumerable
values |
string |
|
workspace |
IWorkspace |
|
return |
IEnumerable
CreateData()
public method
DataCreationService()
public method
| | |