The Comment class represents a comment added to any object
| C# | Visual Basic | Visual C++ |
public class Comment : LdsPropertyBase
Public Class Comment _ Inherits LdsPropertyBase
public ref class Comment : public LdsPropertyBase
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Comment(String) |
Creates a new instance of a comment object, based on commentData
| |
| Comment(String, String, String) |
Creates a new comment based on more information
| |
| Comment(String, DateTime) |
Creates a new comment
| |
| Accept()()() |
Accepts a citation
(Inherited from LdsPropertyBase.) | |
| AssociatedUserSid |
Who it was from
(Inherited from LdsPropertyBase.) | |
| CreatorDisplayName |
Display name of the creator of this object for display on UI
(Inherited from LdsPropertyBase.) | |
| DateAdded |
The date the comment was added
(Inherited from LdsPropertyBase.) | |
| Description |
The text of the comment
(Inherited from LdsPropertyBase.) | |
| Equals(Object) | (Inherited from 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 Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| LdsType |
the type of LDS object to which this property has been applied
(Inherited from LdsPropertyBase.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ObjectDN |
the distinguished name of the object to which this property was applied
(Inherited from LdsPropertyBase.) | |
| Reject(String) |
Rejects a citation
(Inherited from LdsPropertyBase.) | |
| RejectionReason |
The rejection reason if status is Rejected
(Inherited from LdsPropertyBase.) | |
| Status |
The status of the object
(Inherited from LdsPropertyBase.) | |
| TargetObjectDescription |
The description of the object this property is based on. Such as the education or achievment.
(Inherited from LdsPropertyBase.) | |
| ToString()()() |
overrieds the to string method of the class
(Inherited from LdsPropertyBase.) | |
| UniqueId |
The unique id of this proerty value
(Inherited from LdsPropertyBase.) |
| Object | ||
| LdsPropertyBase | ||
| Comment | ||