Method | Description | |
---|---|---|
AddToTransactionLog ( |
||
CreateFile ( string projectFolder, string project ) : bool | ||
CreateFileByFilename ( ) : bool | ||
OpenTransActionLog ( string projectFolder, string project ) : bool | ||
Purge ( ) : void | ||
ReadTransactionFile ( ) : void | ||
ReadTransactionFileVersion1 ( string filename ) : |
||
SetEntryNote ( |
||
SetEntryRolledBack ( int transActionNumber ) : void | ||
SetEntryRolledForward ( int transActionNumber ) : void | ||
UpdateChecksum ( ) : void | ||
UpdateNumberOfTransActions ( ) : void | ||
VerifyChecksum ( ) : bool |
Method | Description | |
---|---|---|
AddTransactionToFile ( |
||
AppendByteToFile ( byte b ) : void | ||
AppendDataToFile ( byte b ) : void | ||
AppendInt16ToFile ( |
||
AppendInt32ToFile ( |
||
SaveTransactionLog ( ) : void | ||
UpgradeTransActionLog ( string input, string output ) : void | ||
readInt32FromFile ( string filename, int offset ) : |
||
readbyteFromFile ( string filename, int offset ) : byte | ||
readbytesFromFile ( string filename, int offset, int length ) : byte[] | ||
writeInt32ToFile ( string filename, int offset, |
public AddToTransactionLog ( |
||
entry | ||
return | void |
public CreateFile ( string projectFolder, string project ) : bool | ||
projectFolder | string | |
project | string | |
return | bool |
public OpenTransActionLog ( string projectFolder, string project ) : bool | ||
projectFolder | string | |
project | string | |
return | bool |
public ReadTransactionFileVersion1 ( string filename ) : |
||
filename | string | |
return |
public SetEntryNote ( |
||
ChangedEntry | ||
return | void |
public SetEntryRolledBack ( int transActionNumber ) : void | ||
transActionNumber | int | |
return | void |
public SetEntryRolledForward ( int transActionNumber ) : void | ||
transActionNumber | int | |
return | void |