EntityController Methods
The EntityController type exposes the following members.
Methods
Name | Description | |
---|---|---|
Delete |
Deletes the specified based on the received properties and the object name.
returns an EntityHelper as an ActionResult
|
|
getConfig |
Gets de config of an object or collection
|
|
GetProcesses |
Gets the processes collection based on the received properties and the object name.
returns an NavigationNodes as an ActionResult
|
|
GetTemplateById |
Return a first template and data for an object based on the template identifier.
|
|
GetTemplateByType |
Return a first template and data for an object based on the template type.
|
|
GetView |
Gets an object Data view for a defined page size and filter.
|
|
GetViewColumnsNames |
Gets the number of records from an Object data view.
|
|
GetViewCount |
Gets the number of records from an Object data view.
|
|
Insert |
Inserts the specified object based on the received properties and the object name.
returns an EntityHelper as an ActionResult
|
|
Read |
Reads the specified object name and returns an EntityHelper as an ActionResult.
|
|
Update |
Updates the specified based on the received properties and the object name.
returns an EntityHelper as an ActionResult
|