public bool CheckParent(IRBlock parent) { throw new NotImplementedException(); }
public IRBlock EmergencyCloseRecord(IRBlock parent, UInt64 applicationId, IREmergencyKey key, IRClosingReason reason, string comments, IRBlock successor) { throw new NotImplementedException(); }
public IRBlock CreateDataBlock(bool lockKey, IRBlock parent, UInt64 applicationId, byte [] payload) { throw new NotImplementedException(); }
public void SetParent(IRBlock parentRootRecord) { throw new NotImplementedException(); }