public AbstractedFileVersion ( int id, int action, int revision, System.DateTime timeStamp, bool isText, bool isFullText, bool isRevisionBase, bool hasTextBody ) : System |
id |
int |
The version id. |
action |
int |
The action (add, edit, delete). |
revision |
int |
The base revision of this file. 0 for adds. |
timeStamp |
System.DateTime |
The time stamp of the file. |
isText |
bool |
Is this a text file? |
isFullText |
bool |
Is this a diff or a full text? |
isRevisionBase |
bool |
Is this a base revision? |
hasTextBody |
bool |
Is there a body? False by default for branch and integrate. |
리턴 |
System |
|