Class EditBufferField
- Namespace
 - PolarStudio
 
- Assembly
 - PolarStudio.dll
 
This class contains the temporary value of a field in an EditBufferRecord object.
public class EditBufferField
  - Inheritance
 - 
      
      EditBufferField
 
- Inherited Members
 
- Extension Methods
 
Fields
ControlName
This property contains the name of the control used for this field.
public string ControlName
  Field Value
FieldName
This property contains the name of the Field in the database.
public string FieldName
  Field Value
NewValue
This property contains the new (edited) value for this field.
public object NewValue
  Field Value
SentToBrowser
This propery indicates if this field has been sent to the browser
public bool SentToBrowser
  Field Value
Value
This property contains the value as was found in the database
public object Value