Class ReviseComment
- Namespace
- InSite.Application.Banks.Write
- Assembly
- Shift.Sdk.dll
public class ReviseComment : Command, ICommand
- Inheritance
-
ReviseComment
- Implements
- Inherited Members
- Extension Methods
Constructors
ReviseComment(Guid, Guid, Guid, FlagType, string, string, Guid?, DateTimeOffset?, string, DateTimeOffset)
public ReviseComment(Guid bank, Guid comment, Guid author, FlagType flag, string category, string text, Guid? instructor, DateTimeOffset? date, string format, DateTimeOffset revised)
Parameters
bankGuidcommentGuidauthorGuidflagFlagTypecategorystringtextstringinstructorGuid?dateDateTimeOffset?formatstringrevisedDateTimeOffset
Properties
Author
public Guid Author { get; set; }
Property Value
Category
public string Category { get; set; }
Property Value
Comment
public Guid Comment { get; set; }
Property Value
EventDate
public DateTimeOffset? EventDate { get; set; }
Property Value
EventFormat
public string EventFormat { get; set; }
Property Value
Flag
public FlagType Flag { get; set; }
Property Value
Instructor
public Guid? Instructor { get; set; }
Property Value
- Guid?
Revised
public DateTimeOffset Revised { get; set; }
Property Value
Text
public string Text { get; set; }