예제 #1
0
        /// <summary>
        /// Sets the name for this object
        /// </summary>
        public FluentXpoUrlOverlay SetOperation(XpoUrlOverlayOperations operation)
        {
            xpoUrlOverlay.OverlayOperation = operation;

            return(this);
        }
예제 #2
0
        /// <summary>
        /// Sets the name for this object
        /// </summary>
        public FluentXpoUrlOverlay SetOperation(XpoUrlOverlayOperations operation)
        {
            xpoUrlOverlay.OverlayOperation = operation;

            return this;
        }