コード例 #1
0
ファイル: ShiftAttrValue.cs プロジェクト: MakoLab/fractus
        }                                                            //for save object reflection purposes

        public ShiftAttrValue(Shift parent)
            : base(parent)
        {
            this.Value = new XElement("value");
        }
コード例 #2
0
ファイル: ShiftAttrValues.cs プロジェクト: MakoLab/fractus
 public ShiftAttrValues(Shift parent)
     : base(parent, "attribute")
 {
 }