コード例 #1
0
 private void Migration(XElement xElement)
 {
     TestClassInheritanceWithMigrationsBaseConfig.MigrationBase(xElement);
 }
コード例 #2
0
 private void Migration(XElement xElement)
 {
     TestClassInheritanceWithMigrationsBaseConfig.MigrationBase(xElement);
     xElement.Element("OtherProperty").Name = "OtherChangedProperty";
 }