Пример #1
0
 public void VisitPhysicalAttributes(PhysicalAttributesModel physicalAttributesModel)
 {
 }
Пример #2
0
 internal void AppendChange(PhysicalAttributesModel source, PhysicalAttributesModel target, string v)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 internal void AppendChange(PhysicalAttributesModel source, PhysicalAttributesModel target, string propertyName)
 {
     AppendDifference(source, target, propertyName);
 }