Table of Contents

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

bool

Dirty

This property is set to Dirty if this EditBufferRecord has unsaved changes.

public bool Dirty

Field Value

bool

EditAllowed

This property is set to True if the record was EditAllowed

public bool EditAllowed

Field Value

bool

Fields

This property contains the EditBufferField-fields that are part of this record.

public Collection<EditBufferField> Fields

Field Value

Collection<EditBufferField>

GroupIdentifier

This property reflects the GroupIdentifier of the linked record.

public string GroupIdentifier

Field Value

string

Identifier

This property reflects the Identifier of the linked record.

public string Identifier

Field Value

string

Message

This property contains the error message as occurred during the update of the data in the database.

public string Message

Field Value

string

OnUpdateFormRecordScripts

This property contains all OnUpdateFormRecordScripts-script expressions, each on a separate line.

public string OnUpdateFormRecordScripts

Field Value

string

RecordID

This property reflects the RecordID of the linked record.

public long RecordID

Field Value

long

SharingViolation

This property is set to True in case a Sharing Violation error was encountered during the update.

public bool SharingViolation

Field Value

bool