Beispiel #1
0
 /// <summary>
 /// This Method is added in case we want JsonConverter to serialize only new data,
 /// be sure to Clear PropertyChanges before beginning to change the data
 /// </summary>
 /// <returns></returns>
 public string GetJsonForPropertyChangesOnly()
 {
     return(MethodHelper.CreateNewValuesFromObject(this));
 }