EntityCollection Methods
The EntityCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
ActionsCollection |
Gets the Object actions collection wich is allways nothing.
Used for Compatibility implementing IEntity
|
|
buildSQLViewSentence(String, String, List<(Of <<'(PropertyOrder>)>>)) |
Builds SQL based on a view name, a where sentence, Paging and orderBy.
|
|
buildSQLViewSentence(String, String, String) | ||
Delete |
Runs delete Process on all objects in collection
|
|
GetBasicTemplateList |
Gets a simplified list of templates for a given template type
|
|
GetBasicViewList |
Gets a simplified list of views for a given object
|
|
GetCrystalReportDocument |
Gets a crystal report document linked to the object.
|
|
GetDataView(String, Int32, Int32, String, List<(Of <<'(PropertyOrder>)>>)) |
Gets DataTable based on a Data view name a where sentence, order by and paging .
|
|
GetDataView(String, Int32, Int32, String, String) |
Gets DataTable based on a Data view name a where sentence, order by and paging .
|
|
GetDataViewCount |
Gets the number of affected rows from a DataVIew.
|
|
GetDataViewSchema |
Gets Data View Schema based on a Data view name
|
|
GetDefaultEditListTemplate |
Gets a template based on the TemplateType.
If object does not have a template for that mode it will get a system default template definition
|
|
GetEnumerator |
Returns an enumerator that iterates through a collection.
|
|
GetIdentifierSQL | ||
GetPageData(Int32, Int32, Boolean, String, Boolean) |
Gets indicated page DataTable based on page and page size.
|
|
GetPageData(Int32, Int32, String, Boolean, List<(Of <<'(PropertyOrder>)>>), Boolean) |
Gets the data based on page, page size and where sentence.
|
|
GetPageData(Int32, Int32, String, Boolean, String, Boolean) |
Gets the data based on page, page size and where sentence.
|
|
GetPageSQL(String, Boolean, List<(Of <<'(PropertyOrder>)>>), Boolean) |
Gets the SQL based on where sentence and order by
|
|
GetPageSQL(String, Boolean, String, Boolean) |
Gets the SQL based on where sentence and order by
|
|
GetTemplate(String, Boolean, Int32, Int32, String, List<(Of <<'(PropertyOrder>)>>)%, Dictionary<(Of <<'(String, TemplateGroup>)>>)) |
Gets a template based on the Template Id.
|
|
GetTemplate(String) |
Gets the specified template based on the template id
|
|
GetTemplateList |
Gets a list of templates for a given type
|
|
GetTemplateType(String) |
Gets the template based on Template Type.
|
|
GetTemplateType(String, Int32, Int32, String, List<(Of <<'(PropertyOrder>)>>), String, Boolean, Dictionary<(Of <<'(String, TemplateGroup>)>>)) |
Gets a template based on the TemplateType.
If object does not have a template for that mode it will get a system default template definition
|
|
GetToolBar |
Process Toolbar with Object Values
|
|
GetWhere |
Returns Where String.
|
|
GetWhereKeys |
Returns Where Keys String.
|
|
KeyFields |
Key fields ArrayList.
|
|
NavigationNodes |
Gets Navigation Nodes Based on Reports, Process, Related Objects and actions.
|
|
ParseString |
Parses the string {{property}} against default values and object properties.
" The {{ObjectName}} is ok " would result in "The Client is ok"
|
|
ParseValue |
Parses the string {{property}} against default values and object properties.
" The {{ObjectName}} is ok " would result in "The Client is ok"
|
|
ProcessCollection |
Gets the EntityCollection process collection.
|
|
Properties |
Gets the Property secured collection.
This property collection changes the view property based on user security
It also changes the SQL sentence if it is a combo , based on user security and object secured by object property
|
|
Refresh |
Refreshes the current loaded table.
|
|
Reports |
Gets the EntityCollection Reports collection.
|
|
SQLDataSentence |
Gets the SQL Data Sentence .
|
|
ToJSon(Int32, Int32, String) |
Returns JSon string from entityObject current page Table.
|
|
ToJSon()()()() |
Returns JSon string from entityObject current page Table.
|