EntityObject Methods
The EntityObject type exposes the following members.
Methods
Name | Description | |
---|---|---|
_AppendField | ||
ActionsCollection |
Gets the Object actions collection.
|
|
BasicProperties |
Gets a collection of properties with basic information for the current object.
It only returns Properties defined in data base. If there are no properties defined in db
it will return all table fields.
When there is a view name it will build the properties based on view columns.
|
|
buildSQLViewSentence |
Builds SQL based on a view name, a where sentence, Paging and orderBy.
|
|
CanEditProperty |
Gets a value indicating whether this instance can be edited.
|
|
CanViewProperty |
Gets a value indicating whether this instance can be viewed.
|
|
CloneFrom(EntityObject, Boolean) |
Clone from current object.
|
|
CloneFrom(EntityObject) |
Clone from current object.
|
|
DBProperties |
Gets the property collection only with database defined properties or disconnected from DB
|
|
Delete |
Runs delete Process
|
|
DeleteProcess |
Runs delete establishing the delete method we wanto to use. enables to override default delete method
|
|
Fields |
Gets the Fields Collection.
|
|
GetBasicTemplateList |
Gets a simplified list of templates for a given template type
|
|
GetCrystalReportDocument |
Gets a crystal report document linked to the object.
|
|
GetDataView |
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.
|
|
GetDefaultTemplate |
Gets a default template when no templates exist.
|
|
GetDisplayValue |
Gets the display value.
|
|
GetEnumerator |
Returns an enumerator that iterates through a collection.
|
|
GetObject(String, ConfToken) |
Gets the object.
|
|
GetObject(String, ConfToken, DataManager) |
Gets the object.
|
|
GetTemplate |
Gets the specified template and its data
|
|
GetTemplateList |
Gets a list of templates for a given type
|
|
GetTemplateType |
Gets a template and its data 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
|
|
GetViewColumnsNames |
Get View Columns Names.
|
|
GetWhereKeys |
Gets the where keys.
|
|
Insert |
Performs an insert.
|
|
InsertProcess |
Runs insert establishing the insert method we wan to to use. enables to override default insert method
|
|
LogView |
logs every time an object is viewed.
|
|
NavigationNodes |
Gets Navigation Nodes Based on Reports, Process, Related Objects and actions.
|
|
ParseDefaultValues |
parses DB default values.
|
|
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 object 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
|
|
Read |
Reads data with a specified where.
|
|
RefreshAditionalKeys | ||
RelatedMenuVisibleObjects |
Gets the related objects with menu visible true.
|
|
RelatedObjects(String) |
Gets a specific related object.
|
|
RelatedObjects()()()() |
Gets all the related objects.
|
|
RelatedObjectsReload |
Reloads the related objects.
|
|
Reports |
Gets the object reports collection.
|
|
Update |
Runs the update process.
|
|
UpdateProcess |
Runs update establishing the update method we wanto to use. enables to override default update method
|
|
UpdateWithLastValues |
Updates with last values.
|