Esempio n. 1
0
 public void VisitPhysicalAttributes(PhysicalAttributesModel physicalAttributesModel)
 {
 }
Esempio n. 2
0
 internal void AppendChange(PhysicalAttributesModel source, PhysicalAttributesModel target, string v)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 internal void AppendChange(PhysicalAttributesModel source, PhysicalAttributesModel target, string propertyName)
 {
     AppendDifference(source, target, propertyName);
 }