Example #1
0
        /// <summary>
        /// Sets the transformation for this object
        /// </summary>
        public FluentXpoUrlText SetTransformation(XpoUrlObjectTransformations transformation)
        {
            XpoUrlText.Transformation = transformation;

            return(this);
        }
        public FluentXpoUrlDesign SetTransformation(XpoUrlObjectTransformations transformation)
        {
            XpoUrlDesign.Transformation = transformation;

            return this;
        }
Example #3
0
        public FluentXpoUrlDesign SetTransformation(XpoUrlObjectTransformations transformation)
        {
            XpoUrlDesign.Transformation = transformation;

            return(this);
        }
Example #4
0
        /// <summary>
        /// Sets the transformation for this object
        /// </summary>
        public FluentXpoUrlText SetTransformation(XpoUrlObjectTransformations transformation)
        {
            XpoUrlText.Transformation = transformation;

            return this;
        }