Пример #1
0
        internal SLPageField Clone()
        {
            SLPageField pf = new SLPageField();
            pf.Field = this.Field;
            pf.Item = this.Item;
            pf.Hierarchy = this.Hierarchy;
            pf.Name = this.Name;
            pf.Caption = this.Caption;

            return pf;
        }
Пример #2
0
        internal SLPageField Clone()
        {
            SLPageField pf = new SLPageField();

            pf.Field     = this.Field;
            pf.Item      = this.Item;
            pf.Hierarchy = this.Hierarchy;
            pf.Name      = this.Name;
            pf.Caption   = this.Caption;

            return(pf);
        }