Esempio n. 1
0
        /**
         * {@inheritDoc}
         */

        public virtual void SetAll(Net.Vpc.Upa.Record other, params string [] keys)
        {
            if (other != null)
            {
                SetAll(other.ToMap(), keys);
            }
        }
Esempio n. 2
0
 public virtual void SetAll(Net.Vpc.Upa.Record other)
 {
     if (other != null)
     {
         SetAll(other.ToMap());
     }
 }