Beispiel #1
0
 public TimecastEN(int id, string score_time
                   , string scorer_name, PickadosGenNHibernate.EN.Pickados.PlayerEN player
                   , double odd, string description, PickadosGenNHibernate.Enumerated.Pickados.PickResultEnum pickResult, string bookie, System.Collections.Generic.IList <PickadosGenNHibernate.EN.Pickados.PostEN> post, PickadosGenNHibernate.EN.Pickados.Event_EN event_rel
                   )
 {
     this.init(Id, score_time, scorer_name, player, odd, description, pickResult, bookie, post, event_rel);
 }
Beispiel #2
0
        private void init(int id
                          , string scorer_name, PickadosGenNHibernate.EN.Pickados.PlayerEN player, double odd, string description, PickadosGenNHibernate.Enumerated.Pickados.PickResultEnum pickResult, string bookie, System.Collections.Generic.IList <PickadosGenNHibernate.EN.Pickados.PostEN> post, PickadosGenNHibernate.EN.Pickados.Event_EN event_rel)
        {
            this.Id = id;


            this.Scorer_name = scorer_name;

            this.Player = player;

            this.Odd = odd;

            this.Description = description;

            this.PickResult = pickResult;

            this.Bookie = bookie;

            this.Post = post;

            this.Event_rel = event_rel;
        }