Example #1
0
        /// <summary>
        /// Return a string representation of this object.
        /// </summary>
        public override String ToString()
        {
            if (_AuthToken != null)
            {
                return(_AuthToken.ToString());
            }

            if (_QRCodeIdentification != null)
            {
                return(_QRCodeIdentification.ToString());
            }

            if (_PlugAndChargeIdentification != null)
            {
                return(_PlugAndChargeIdentification.ToString());
            }

            if (_RemoteIdentification != null)
            {
                return(_RemoteIdentification.ToString());
            }

            return(String.Empty);
        }