Beispiel #1
0
        private void init(int id
                          , PickadosGenNHibernate.EN.Pickados.CompetitionEN competition, System.Collections.Generic.IList <PickadosGenNHibernate.EN.Pickados.PickEN> pick_rel, Nullable <DateTime> date)
        {
            this.Id = id;


            this.Competition = competition;

            this.Pick_rel = pick_rel;

            this.Date = date;
        }
Beispiel #2
0
        private void init(int id
                          , PickadosGenNHibernate.EN.Pickados.TeamEN away, PickadosGenNHibernate.EN.Pickados.TeamEN home, string stadium, PickadosGenNHibernate.EN.Pickados.CompetitionEN competition, System.Collections.Generic.IList <PickadosGenNHibernate.EN.Pickados.PickEN> pick_rel, Nullable <DateTime> date)
        {
            this.Id = id;


            this.Away = away;

            this.Home = home;

            this.Stadium = stadium;

            this.Competition = competition;

            this.Pick_rel = pick_rel;

            this.Date = date;
        }
Beispiel #3
0
 public MatchEN(int id, PickadosGenNHibernate.EN.Pickados.TeamEN away, PickadosGenNHibernate.EN.Pickados.TeamEN home, string stadium
                , PickadosGenNHibernate.EN.Pickados.CompetitionEN competition, System.Collections.Generic.IList <PickadosGenNHibernate.EN.Pickados.PickEN> pick_rel, Nullable <DateTime> date
                )
 {
     this.init(Id, away, home, stadium, competition, pick_rel, date);
 }
Beispiel #4
0
 public Event_EN(int id, PickadosGenNHibernate.EN.Pickados.CompetitionEN competition, System.Collections.Generic.IList <PickadosGenNHibernate.EN.Pickados.PickEN> pick_rel, Nullable <DateTime> date
                 )
 {
     this.init(Id, competition, pick_rel, date);
 }