using System; using System.Collections.Generic; using System.Linq; using System.Text; [Serializable] public class oSurfaceGridAggregate { 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 _surfaceFieldId = 0; public int surfaceFieldId { get {return this._surfaceFieldId;} set {this._surfaceFieldId = value;} } private int _aggregateTypeId = 0; public int aggregateTypeId { get {return this._aggregateTypeId;} set {this._aggregateTypeId = value;} } }