Example #1
0
 /// <summary>
 /// Reset all instance field to their default states.
 /// <returns>this.</returns>
 /// </summary>
 protected virtual IRecordInterface ResetImpl()
 {
     this._previousState      = null;
     this._newState           = null;
     this._changeTypes        = ((SchemaFieldChangeType)(TypeConstants.EnumNull));
     this._dataTransformation = null;
     return(this);
 }
Example #2
0
 /// <summary>
 /// Sets null to ChangeTypes property.
 /// </summary>
 public void NullifyChangeTypes()
 {
     this._changeTypes = ((SchemaFieldChangeType)(TypeConstants.EnumNull));
 }