Suggestion Members
Include Protected Members
Include Inherited Members
Represents a single suggestion for a user.
The Suggestion type exposes the following members.
Properties
Name | Description | |
---|---|---|
Created | Gets the DateTime representing when this suggestion was created. | |
OwnerRecordId | Gets the record identifier of the user profile at whom this suggestion is targeted. | |
Status | Gets or sets the status of this suggestion. | |
Value | Gets the value of this suggestion, typically an account name or a keyword. | |
Weight | Gets or sets the relative weighting for this suggestion. |
Top
Methods
Name | Description | |
---|---|---|
Commit | Saves all changes to the suggestion to the database. | |
Delete | Deletes this suggestion from the database. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top