{CompanyName} FlexyGo

EntityObject Properties

The EntityObject type exposes the following members.

Properties


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