|
|
The Comment type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
Comment(Comment) |
Create a comment from a copy of another comment
|
|
|
Comment(String, CommentStatus) |
Create a comment without a meaningfull id using current user as author. Use Document.CreateCommentWithUniqueId to create a comment with an unique id within a particular Document.
|
|
|
Comment(String, CommentStatus, String) |
Create a comment without a meaningfull id. Use Document.CreateCommentWithUniqueId to create a comment with an unique id within a particular Document.
|
Methods
| Name | Description | |
|---|---|---|
|
|
Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from NativeHandle.) |
|
|
Dispose(Boolean) | (Inherited from NativeHandle.) |
|
|
Equals | (Overrides NativeHandle..::..Equals(Object).) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from NativeHandle.) |
|
|
GetHashCode | (Overrides NativeHandle..::..GetHashCode()()()().) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
ToString | (Overrides NativeHandle..::..ToString()()()().) |
Properties
| Name | Description | |
|---|---|---|
|
|
Author |
Author (creator) of comment
|
|
|
Body |
Body of comment
|
|
|
CreationDate |
Date and time at which comment was created
|
|
|
Id |
Comment identifier. Unique within a Document. 0 if no meaningful id.
|
|
|
IsDisposed |
Gets a value indicating whether the object has been disposed and is no longer available.
(Inherited from NativeHandle.) |
|
|
IsReadOnly | (Overrides NativeHandle..::..IsReadOnly.) |
|
|
Status |
Status of comment
|