public Blpu(DtfLine line) { SetActionAndVersion(line); Uprn = line.GetLong(Index++); Logical_Status = line.GetLong(Index++); Blpu_State = line.GetLong(Index++); Blpu_State_Date = line.GetDateTime(Index++); Blpu_Class = line.GetString(Index++); Parent_Uprn = line.GetLong(Index++); X_Coordinate = line.GetDecimal(Index++); Y_Coordinate = line.GetDecimal(Index++); Rpc = line.GetLong(Index++); Local_Custodian_Code = line.GetLong(Index++); Start_Date = line.GetDateTime(Index++); End_Date = line.GetDateTime(Index++); Last_Update_Date = line.GetDateTime(Index++); Entry_Date = line.GetDateTime(Index++); Organisation = line.GetString(Index++); Ward_Code = line.GetString(Index++); Parish_Code = line.GetString(Index++); Custodian_One = line.GetLong(Index++); Custodian_Two = line.GetLong(Index++); Can_Key = line.GetString(Index++); }
public StreetRecord(DtfLine line) { SetActionAndVersion(line); Usrn = line.GetLong(Index++); Record_Type = line.GetLong(Index++); Swa_Org_Ref_Naming = line.GetLong(Index++); State = line.GetLong(Index++); State_Date = line.GetDateTime(Index++); Street_Surface = line.GetLong(Index++); Street_Classification = line.GetLong(Index++); Version = line.GetLong(Index++); Record_Entry_Date = line.GetDateTime(Index++); Last_Update_Date = line.GetDateTime(Index++); Street_Start_Date = line.GetDateTime(Index++); Street_End_Date = line.GetDateTime(Index++); Street_Start_X = line.GetDecimal(Index++); Street_Start_Y = line.GetDecimal(Index++); Street_End_X = line.GetDecimal(Index++); Street_End_Y = line.GetDecimal(Index++); Street_Tolerance = line.GetLong(Index++); }