ResourceJournalEntry class

From Catglobe Wiki
Jump to: navigation, search

ResourceJournalEntry



A resource journal entry

Parent class

Inherits from object

Constructors

  • (int Comment Id "Comment Id") - Load existing journal entry
  • (int Resource Id "Comment to what resource", string journalType "What kind of journal type is it", string content "What does the comment say") - Create a new comment object. Use Resource_addJournal or .Save() to save. Creating user is current user. Use addJournal() if dealing with tasks.

Methods

  • Empty Destroy() - Permanently delete the current comment
  • Empty Save() - Save the current comment
  • (From object) string ToString() - The string representation of the object.

Properties

  • string CommentType { get; } - Get the comment type as string
  • string Content { get; set; } - Get/set the comment content
  • int CreatedByUserResourceId { get; } - Get CreatedByUserResourceId
  • DateTime CreatedDate { get; } - Get CreatedDate
  • int Id { get; } - Comment Id
  • int ModifiedByUserResourceId { get; } - Get ModifiedByUserResourceId
  • DateTime ModifiedDate { get; } - Get ModifiedDate
  • string ObjectTypeName { get; } - The name of the type of object.
  • (From object) TypeInformation TypeInformation { get; } - Get information about this class.


Notes

The CommentType of the object use below values:

  • Description
  • Proposal
  • Comment
  • Reassignment
  • Outcome
  • Disapproval
  • Cancellation
  • Rejection
  • NotAcceptRejection
  • Acceptance
  • Approval
  • Mergence
  • UndoComplete