Ejemplo n.º 1
0
        //=====================================================================

        /// <summary>
        /// This is overridden to allow cloning of a PDI object
        /// </summary>
        /// <returns>A clone of the object</returns>
        public override object Clone()
        {
            ExRuleProperty o = new ExRuleProperty();

            o.Clone(this);
            return(o);
        }
Ejemplo n.º 2
0
        //=====================================================================

        /// <summary>
        /// This is overridden to allow cloning of a PDI object
        /// </summary>
        /// <returns>A clone of the object</returns>
        public override object Clone()
        {
            ExRuleProperty o = new ExRuleProperty();
            o.Clone(this);
            return o;
        }