Class EditBufferRecord
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
This class keeps track of a record shown in listview. This edit buffer is the temporary buffer used for as long the data is not stored permanently in the database.
public class EditBufferRecord
- Inheritance
-
EditBufferRecord
- Inherited Members
- Extension Methods
Fields
DeleteAllowed
This property is set to True if the record was DeleteAllowed
public bool DeleteAllowed
Field Value
Dirty
This property is set to Dirty if this EditBufferRecord has unsaved changes.
public bool Dirty
Field Value
EditAllowed
This property is set to True if the record was EditAllowed
public bool EditAllowed
Field Value
Fields
This property contains the EditBufferField-fields that are part of this record.
public Collection<EditBufferField> Fields
Field Value
GroupIdentifier
This property reflects the GroupIdentifier of the linked record.
public string GroupIdentifier
Field Value
Identifier
This property reflects the Identifier of the linked record.
public string Identifier
Field Value
Message
This property contains the error message as occurred during the update of the data in the database.
public string Message
Field Value
OnUpdateFormRecordScripts
This property contains all OnUpdateFormRecordScripts-script expressions, each on a separate line.
public string OnUpdateFormRecordScripts
Field Value
RecordID
This property reflects the RecordID of the linked record.
public long RecordID
Field Value
SharingViolation
This property is set to True in case a Sharing Violation error was encountered during the update.
public bool SharingViolation