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