Beispiel #1
0
        /// <summary>
        /// Sets the type for this object
        /// </summary>
        public FluentXpoUrlDesign SetType(XpoUrlObjectTypes type)
        {
            XpoUrlDesign.ObjectType = type;

            return(this);
        }
        /// <summary>
        /// Sets the type for this object
        /// </summary>
        public FluentXpoUrlDesign SetType(XpoUrlObjectTypes type)
        {
            XpoUrlDesign.ObjectType = type;

            return this;
        }