EntityCollection Members
The EntityCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EntityCollection()()()() |
Initializes a new instance of the EntityCollection class.
|
|
EntityCollection(String, ConfToken) |
Initializes a new instance of the EntityCollection class.
|
|
EntityCollection(String, String, ConfToken) |
Initializes a new instance of the EntityCollection class.
|
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.
|
Properties
Name | Description | |
---|---|---|
CanDelete |
Gets a value indicating whether this collection default child can be Deleted.
|
|
CanInsert |
Gets a value indicating whether collection default child can be inserted.
|
|
CanUpdate |
Gets a value indicating whether this collection default child can be Edited.
|
|
ChildConfiguration |
Gets the default child configuration.
|
|
Configuration |
Gets the EntityCollection configuration.
|
|
ConfToken |
Gets or sets the conf token.
|
|
ConnString |
Gets the connection String for Current user.
|
|
ControlConfig |
Gets or sets the control configuration.
|
|
Count |
Gets the EntityCollection row count.
|
|
CurrentPage |
Gets the current active page number.
|
|
DataManager |
Gets or sets the data manager.
|
|
Description |
Gets the description.
|
|
GetObjectToken |
Gets the get object token.
|
|
ID |
Gets the identifier.
|
|
IsCollection |
Gets a value indicating whether this instance is collection.
|
|
Item |
As it is an entityCollection it returns EntityObjects
|
|
Name |
Gets the EntityCollection name.
|
|
OriginalSQLSentence |
Gets the original SQL sentence.
|
|
PageCount |
Gets the page count.
|
|
PageSize |
Gets or sets the page size.
|
|
ParentDefaults |
Gets or sets the parent object defaults.
|
|
ParentObject |
Gets or sets the parent object.
|
|
PrimaryKeys |
Gets the primary keys string.
|
|
SQL |
Gets or sets the SQL sentence.
|
|
TableName |
Gets the table Name.
|
|
UserConnectionString |
Gets the UserConnectionString.
|
|
Where |
Returns Where String.
|