using System; using System.Collections.Generic; using System.Linq; using System.Text; [Serializable] public class oSurfaceField { private int _recId = 0; public int recId { get {return this._recId;} set {this._recId = value;} } private int _surfaceId = 0; public int surfaceId { get {return this._surfaceId;} set {this._surfaceId = value;} } private int _surfaceFieldTypeId = 0; public int surfaceFieldTypeId { get {return this._surfaceFieldTypeId;} set {this._surfaceFieldTypeId = value;} } private int _length = 0; public int length { get {return this._length;} set {this._length = value;} } private int _lookupCategory = 0; public int lookupCategory { get {return this._lookupCategory;} set {this._lookupCategory = value;} } private int _parentId = 0; public int parentId { get {return this._parentId;} set {this._parentId = value;} } private int _groupedDisplayCount = 0; public int groupedDisplayCount { get {return this._groupedDisplayCount;} set {this._groupedDisplayCount = value;} } private int _surfaceDateTypeId = 0; public int surfaceDateTypeId { get {return this._surfaceDateTypeId;} set {this._surfaceDateTypeId = value;} } private int _surfaceFieldSize = 0; public int surfaceFieldSize { get {return this._surfaceFieldSize;} set {this._surfaceFieldSize = value;} } private int _labelSize = 0; public int labelSize { get {return this._labelSize;} set {this._labelSize = value;} } private int _accessLevel = 0; public int accessLevel { get {return this._accessLevel;} set {this._accessLevel = value;} } private int _validationType = 0; public int validationType { get {return this._validationType;} set {this._validationType = value;} } private int _gridSequence = 0; public int gridSequence { get {return this._gridSequence;} set {this._gridSequence = value;} } private int _sequence = 0; public int sequence { get {return this._sequence;} set {this._sequence = value;} } private int _colSequence = 0; public int colSequence { get {return this._colSequence;} set {this._colSequence = value;} } private int _contentId = 0; public int contentId { get {return this._contentId;} set {this._contentId = value;} } private int _actionType = 0; public int actionType { get {return this._actionType;} set {this._actionType = value;} } private int _action = 0; public int action { get {return this._action;} set {this._action = value;} } private int _actionSource = 0; public int actionSource { get {return this._actionSource;} set {this._actionSource = value;} } private bool _required = false; public bool required { get {return this._required;} set {this._required = value;} } private bool _isActive = false; public bool isActive { get {return this._isActive;} set {this._isActive = value;} } private bool _isGrid = false; public bool isGrid { get {return this._isGrid;} set {this._isGrid = value;} } private bool _isFilter = false; public bool isFilter { get {return this._isFilter;} set {this._isFilter = value;} } private bool _defaultToCurrent = false; public bool defaultToCurrent { get {return this._defaultToCurrent;} set {this._defaultToCurrent = value;} } private bool _isControlled = false; public bool isControlled { get {return this._isControlled;} set {this._isControlled = value;} } private bool _isCustomSource = false; public bool isCustomSource { get {return this._isCustomSource;} set {this._isCustomSource = value;} } private bool _isGroupSized = false; public bool isGroupSized { get {return this._isGroupSized;} set {this._isGroupSized = value;} } private bool _isSearchable = false; public bool isSearchable { get {return this._isSearchable;} set {this._isSearchable = value;} } private bool _hasFullBorder = false; public bool hasFullBorder { get {return this._hasFullBorder;} set {this._hasFullBorder = value;} } private bool _enableBulkUpdate = false; public bool enableBulkUpdate { get {return this._enableBulkUpdate;} set {this._enableBulkUpdate = value;} } private bool _isCurrency = false; public bool isCurrency { get {return this._isCurrency;} set {this._isCurrency = value;} } private bool _isVerticalHeader = false; public bool isVerticalHeader { get {return this._isVerticalHeader;} set {this._isVerticalHeader = value;} } private bool _isGrouped = false; public bool isGrouped { get {return this._isGrouped;} set {this._isGrouped = value;} } private bool _isCloneable = false; public bool isCloneable { get {return this._isCloneable;} set {this._isCloneable = value;} } private bool _isHiddenFromWizzard = false; public bool isHiddenFromWizzard { get {return this._isHiddenFromWizzard;} set {this._isHiddenFromWizzard = value;} } private bool _isHiddenFromView = false; public bool isHiddenFromView { get {return this._isHiddenFromView;} set {this._isHiddenFromView = value;} } private bool _isLabelHidden = false; public bool isLabelHidden { get {return this._isLabelHidden;} set {this._isLabelHidden = value;} } private bool _isOnNewLine = false; public bool isOnNewLine { get {return this._isOnNewLine;} set {this._isOnNewLine = value;} } private bool _isHiddenFromForm = false; public bool isHiddenFromForm { get {return this._isHiddenFromForm;} set {this._isHiddenFromForm = value;} } private bool _hasBottomBorder = false; public bool hasBottomBorder { get {return this._hasBottomBorder;} set {this._hasBottomBorder = value;} } private bool _isAutoPostback = false; public bool isAutoPostback { get {return this._isAutoPostback;} set {this._isAutoPostback = value;} } private bool _isHidden = false; public bool isHidden { get {return this._isHidden;} set {this._isHidden = value;} } private bool _isReadOnly = false; public bool isReadOnly { get {return this._isReadOnly;} set {this._isReadOnly = value;} } private bool _isUnique = false; public bool isUnique { get {return this._isUnique;} set {this._isUnique = value;} } private bool _isComparable = false; public bool isComparable { get {return this._isComparable;} set {this._isComparable = value;} } private bool _alternateView = false; public bool alternateView { get {return this._alternateView;} set {this._alternateView = value;} } private string _surfaceFieldName = String.Empty; public string surfaceFieldName { get {return this._surfaceFieldName;} set {this._surfaceFieldName = value;} } private string _surfaceFieldDisplay = String.Empty; public string surfaceFieldDisplay { get {return this._surfaceFieldDisplay;} set {this._surfaceFieldDisplay = value;} } private string _relationalFields = String.Empty; public string relationalFields { get {return this._relationalFields;} set {this._relationalFields = value;} } private string _relationalValues = String.Empty; public string relationalValues { get {return this._relationalValues;} set {this._relationalValues = value;} } private string _relationalOrderBy = String.Empty; public string relationalOrderBy { get {return this._relationalOrderBy;} set {this._relationalOrderBy = value;} } private string _relationalSurface = String.Empty; public string relationalSurface { get {return this._relationalSurface;} set {this._relationalSurface = value;} } private string _relationalWhere = String.Empty; public string relationalWhere { get {return this._relationalWhere;} set {this._relationalWhere = value;} } private string _controlPrefix = String.Empty; public string controlPrefix { get {return this._controlPrefix;} set {this._controlPrefix = value;} } private string _relationalObject = String.Empty; public string relationalObject { get {return this._relationalObject;} set {this._relationalObject = value;} } private string _controlledValue = String.Empty; public string controlledValue { get {return this._controlledValue;} set {this._controlledValue = value;} } private string _controlText = String.Empty; public string controlText { get {return this._controlText;} set {this._controlText = value;} } private string _placeholder = String.Empty; public string placeholder { get {return this._placeholder;} set {this._placeholder = value;} } private string _actionValue = String.Empty; public string actionValue { get {return this._actionValue;} set {this._actionValue = value;} } private string _defaultValue = String.Empty; public string defaultValue { get {return this._defaultValue;} set {this._defaultValue = value;} } }