Ejemplo n.º 1
0
        //[Loggable]
        //[DataMember(Order = 3, IsRequired = false)]
        //public String Platform { set; get; }

        public override string ToString()
        {
            return Utils.logFormat(this);
            //return "GetProductListRequest {AuthenticationData{Username="******",Password=******,SessionId=" + base.AuthenticationData.SessionID + 
            //                                    "},DeviceType=" + base.DeviceType + ",Platform=" + base.Platform + ",Agent=" + this.Agent + "}";
        }
Ejemplo n.º 2
0
 public override string ToString()
 {
     return(Utils.logFormat(this));
 }