Beispiel #1
0
        /// <summary>
        /// Enters the name of the company.
        /// </summary>
        /// <param name="companyName">Name of the company.</param>
        /// <returns></returns>
        public virtual _CreateOrUpdateInfoComponent EnterCompanyName(
            string companyName)
        {
            CompanyNameElement.SetValue(companyName);

            return(this);
        }
        /// <summary>
        /// Sets the name of the company.
        /// </summary>
        /// <param name="companyName">Name of the company.</param>
        /// <returns></returns>
        public virtual IInfoPage SetCompanyName(string companyName)
        {
            CompanyNameElement.SetValue(companyName);

            return(this);
        }