-
Notifications
You must be signed in to change notification settings - Fork 2
/
rpt_results_Result.cs
30 lines (28 loc) · 1.1 KB
/
rpt_results_Result.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace h24
{
using System;
public partial class rpt_results_Result
{
public string team_name { get; set; }
public int team_nr { get; set; }
public int team_id { get; set; }
public Nullable<System.DateTime> race_end { get; set; }
public string comp_name { get; set; }
public string bib { get; set; }
public string start_time { get; set; }
public string finish_time { get; set; }
public string leg_time { get; set; }
public string leg_status { get; set; }
public Nullable<int> course_id { get; set; }
public int valid_leg { get; set; }
public Nullable<int> s { get; set; }
}
}