public HandrailInfo(int RowID, Components.LaborTimes LaborTimings) { this.RowID = RowID; this._LaborTimes = LaborTimings; _RowsTable = new Data.SpreadsheetRowsDataTable(); _Row = _RowsTable.NewSpreadsheetRowsRow(); _UIRowsTable = new Data.UIGridViewDataTable(); _UIRow = _UIRowsTable.NewUIGridViewRow(); this.Size = ""; this.Length = 0; this.Runs = 0; this.MemberASqFt = 0; this.MemberAWtFt = 0; this.MemberBSqFt = 0; this.MemberBWtFt = 0; this.MemberCSqFt = 0; this.MemberCWtFt = 0; this.MemberDSqFt = 0; this.MemberDWtFt = 0; this.PicketSqFt = 0; this.PicketLength = 0; this.PicketWtFt = 0; this.Handrail = true; this.Sloped = false; }
public EdgeAngleInfo(int RowID, Components.LaborTimes LaborTimings) { this.RowID = RowID; this._LaborTimes = LaborTimings; _RowsTable = new Data.SpreadsheetRowsDataTable(); _Row = _RowsTable.NewSpreadsheetRowsRow(); _UIRowsTable = new Data.UIGridViewDataTable(); _UIRow = _UIRowsTable.NewUIGridViewRow(); }