Exemple #1
0
 /// <summary>
 /// Reset all instance field to their default states.
 /// <returns>this.</returns>
 /// </summary>
 protected override IRecordInterface ResetImpl()
 {
     base.ResetImpl();
     this._parent         = null;
     this._isAbstract     = TypeConstants.BooleanNull;
     this._isContentClass = TypeConstants.BooleanNull;
     this._dataFields     = null;
     return(this);
 }
Exemple #2
0
 /// <summary>
 /// Sets null to Parent property.
 /// </summary>
 public void NullifyParent()
 {
     this._parent = null;
 }