Property | Type | Description | |
---|---|---|---|
CommentText | string | ||
IsReadOnly | bool | ||
Line | int | ||
LineStamp | long | ||
TimeStamp | System.DateTime | ||
UserName | string | ||
VersionId | int |
Method | Description | |
---|---|---|
AbstractedComment ( int versionId, int line, long lineStamp, string userName, System.DateTime timeStamp, bool isReadOnly, string commentText ) : System |
Trivial constructor. Sets the fields.
|
|
JavaScriptId ( string prefix ) : string |
Comment Id to be used in HTML.
|
public AbstractedComment ( int versionId, int line, long lineStamp, string userName, System.DateTime timeStamp, bool isReadOnly, string commentText ) : System | ||
versionId | int | File version id. |
line | int | Line. |
lineStamp | long | Line stamp. |
userName | string | User name of the commenter. |
timeStamp | System.DateTime | Time when comment was made. |
isReadOnly | bool | Whether the comment is read-only. |
commentText | string | Text of the comment. |
return | System |
public JavaScriptId ( string prefix ) : string | ||
prefix | string | String to prefix the comment with - should be "base_" or "diff_". |
return | string |