示例#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);
 }