Пример #1
0
        }                                                            //for save object reflection purposes

        public ShiftAttrValue(Shift parent)
            : base(parent)
        {
            this.Value = new XElement("value");
        }
Пример #2
0
 public ShiftAttrValues(Shift parent)
     : base(parent, "attribute")
 {
 }