示例#1
0
        public WcfLiblary.Data ToData()
        {
            WcfLiblary.Data result = new WcfLiblary.Data();

            result.Assotiation = Assotiation;
            result.Birthday    = Birthday;
            result.Club        = Club;
            result.j1          = j1;
            result.j2          = j2;
            result.j3          = j3;
            result.Level       = Level;
            result.Name        = Name;
            result.Number      = Number;
            result.p1          = p1;
            result.p2          = p2;
            result.p3          = p3;
            result.Sity        = Sity;
            result.State       = State;
            result.t1          = t1;
            result.t2          = t2;
            result.t3          = t3;
            result.Trainers    = Trainers;
            result.Weight      = Weight;
            result.CurrentTry  = CurrentTry;

            return(result);
        }
示例#2
0
        public Data(WcfLiblary.Data data)
        {
            this.Assotiation = data.Assotiation;
            this.Birthday    = data.Birthday;
            this.Club        = data.Club;
            this.j1          = data.j1;
            this.j2          = data.j2;
            this.j3          = data.j3;
            this.Level       = data.Level;
            this.Name        = data.Name;
            this.Number      = data.Number;
            this.p1          = data.p1;
            this.p2          = data.p2;
            this.p3          = data.p3;
            this.Sity        = data.Sity;
            this.State       = data.State;
            this.t1          = data.t1;
            this.t2          = data.t2;
            this.t3          = data.t3;
            this.Trainers    = data.Trainers;
            this.Weight      = data.Weight;

            kWilis   = 0;
            Prised   = string.Empty;
            Jym      = string.Empty;
            Alpha    = string.Empty;
            Taga     = string.Empty;
            Summ     = 0;
            Place    = 0;
            NormFlag = false;
            Points   = 0;
        }
示例#3
0
 public System.Threading.Tasks.Task SetDataAsync(WcfLiblary.Data value)
 {
     return(base.Channel.SetDataAsync(value));
 }
示例#4
0
 public void SetData(WcfLiblary.Data value)
 {
     base.Channel.SetData(value);
 }