Ejemplo n.º 1
0
        /// <summary>
        /// Copy the message into the <paramref name="destination" />.
        /// </summary>
        /// <param name="destination">The object, to which copied information.</param>
        /// <returns>The object, to which copied information.</returns>
        protected TimeFrameLookupMessage CopyTo(TimeFrameLookupMessage destination)
        {
            destination.TransactionId = TransactionId;

            this.CopyExtensionInfo(destination);

            return(destination);
        }
        /// <summary>
        /// Copy the message into the <paramref name="destination" />.
        /// </summary>
        /// <param name="destination">The object, to which copied information.</param>
        /// <returns>The object, to which copied information.</returns>
        protected TimeFrameLookupMessage CopyTo(TimeFrameLookupMessage destination)
        {
            base.CopyTo(destination);

            destination.TransactionId = TransactionId;

            return(destination);
        }
Ejemplo n.º 3
0
        /// <summary>
        /// Copy the message into the <paramref name="destination" />.
        /// </summary>
        /// <param name="destination">The object, to which copied information.</param>
        /// <returns>The object, to which copied information.</returns>
        protected TimeFrameLookupMessage CopyTo(TimeFrameLookupMessage destination)
        {
            base.CopyTo(destination);

            return(destination);
        }