EntityObject Members
The EntityObject type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EntityObject(String, ConfToken) |
Initializes a new instance of the EntityObject class.
|
|
EntityObject(String, ConfToken, DataManager) |
Initializes a new instance of the EntityObject class.
|
|
EntityObject(String, String, ConfToken) |
Initializes a new instance of the EntityObject class.
|
|
EntityObject(String, String, ConfToken, DataManager) |
Initializes a new instance of the EntityObject class.
|
|
EntityObject()()()() |
Initializes a new instance of the EntityObject class.
|
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.
|
Properties
Name | Description | |
---|---|---|
CanClone |
Gets a value indicating if this instance can be cloned.
|
|
CanDelete |
Gets a value indicating if this instance can be deleted.
|
|
CanInsert |
Gets a value indicating if this instance can be inserted.
|
|
CanPrint |
Gets a value indicating whether this instance can be printed.
|
|
CanUpdate |
Gets a value indicating whether this instance can be updated.
|
|
CanView |
Gets a value indicating if this instance can be viewed.
|
|
CanViewCollection |
Gets a value indicating whether this instances collection can be viewed.
|
|
Configuration |
Gets the object configuration.
|
|
ConfToken |
Gets or sets the conf token.
|
|
ConnString |
Gets the connection String for Current user.
|
|
Count |
Gets the number of fields.
|
|
DataManager |
Gets or sets the data manager.
|
|
DBType |
Gets the connection String DBType for Current user.
|
|
Description |
Gets the object description.
|
|
GetData |
Gets the object data.
|
|
GetObjectToken |
Gets the object token.
|
|
HasChanges |
Gets or sets a value indicating whether this instance has changes.
|
|
ID |
Gets the object identifier.
|
|
IsCollection |
Gets a value indicating whether this instance is collection.
|
|
IsNew |
Gets or sets a value indicating whether this instance is new.
|
|
Item |
Gets or sets the Field Value.
Gets or sets the Field Value.
|
|
KeyCollection |
Gets the key fields Collection.
|
|
KeyFields |
Gets the key fields.
|
|
KeyWhereString |
Gets the key where string.
|
|
LastException |
Gets the entity last Exception.
|
|
LastReturnValues |
Gets the entity last Return Values as a ProcessHelper.
|
|
Name |
Gets the object name.
|
|
ParentDefaults |
Gets or sets the parent object defaults.
|
|
ParentName |
Gets the parents Name.
|
|
ParentObject |
Gets or sets the parent object.
|
|
Sql |
Gets the object SQL string.
|
|
TableName |
Gets the Table Name.
|
|
ToJSon |
Returns JSon string from entityObject DataTable.
|
|
UserConnectionString |
Gets the UserConnectionString.
|
|
UseTransactions |
Gets or sets a value indicating whether to use transactions.
|
|
Where |
Gets the where sentence.
|