Ejemplo n.º 1
0
        /// <summary>
        /// Specifies object as text
        /// </summary>
        public FluentXpoUrlText Text(string text)
        {
            var fluentXpoUrlText = new FluentXpoUrlText(text);

            xpoObject.Text = fluentXpoUrlText.XpoUrlText;

            return fluentXpoUrlText;
        }
Ejemplo n.º 2
0
        /// <summary>
        /// Specifies object as text
        /// </summary>
        public FluentXpoUrlText Text(string text)
        {
            var fluentXpoUrlText = new FluentXpoUrlText(text);

            xpoObject.Text = fluentXpoUrlText.XpoUrlText;

            return(fluentXpoUrlText);
        }