EditController Members
The EditController type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddNewDetachedProperty |
Adds a new object detached property. Only for designers
|
|
AddNewFields |
Adds the new field to the database table and append it as object property. Only for designers
|
|
AddNewProperties |
Adds the new properties. Only for designers
|
|
GetComboData |
Gets the combo data.
|
|
GetComboDataView |
Gets the combo data.
|
|
GetComboText |
Gets the combo value and display text for a defined value
|
|
GetEditConfig |
Gets the config template based on an object name
returns a EditHelper as an ActionResult
|
|
GetEditTemplate |
Gets the edit template based on an object name, an object where and a module Id.
returns a EditHelper as an ActionResult
|
|
GetNewProperties |
Gets a lis of object properties.
|
|
GetProcessParamsTemplate |
Gets the process params template based on an Report Id.
returns a ProcessParamsHelper as an ActionResult
|
|
GetReportParamsTemplate |
Gets the reports params template based on an Report Id.
returns a ReportParamsHelper as an ActionResult
|
|
InsertPlaceHolder |
Inserts form place holder. Only for designers
|
|
InsertSeparator |
Inserts form separator. Only for designers
|
|
ProcessAllDependencies |
Process de change event of a property with dependencies
returns a list with the form actions to process.
|
|
ProcessAllListDependencies |
Process de change event of a property with dependencies
returns a list with the form actions to process.
|
|
ProcessDependencies |
Process de change event of a property with dependencies
returns a list with the form actions to process.
|
|
ResizeProperties |
Resizes the form properties only for designers.
|
|
SaveDependenciesConfig |
Save the dependencies of a property. Only for designers
|
|
ValidateProperty |
Process de change event of a property with validate
returns true or false.
|