-
Notifications
You must be signed in to change notification settings - Fork 2
/
entry_xml.cs
33 lines (31 loc) · 1.19 KB
/
entry_xml.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
31
32
33
//------------------------------------------------------------------------------
// <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;
using System.Collections.Generic;
public partial class entry_xml
{
public int id { get; set; }
public string class_name { get; set; }
public string team_name { get; set; }
public string team_short_name { get; set; }
public Nullable<int> leg { get; set; }
public string family { get; set; }
public string given { get; set; }
public string gender { get; set; }
public string country { get; set; }
public string birth_date { get; set; }
public Nullable<int> si_chip { get; set; }
public string note { get; set; }
public int oris_team_id { get; set; }
public int team_bib { get; set; }
public string bib { get; set; }
}
}