Class BankCommentPosted
public class BankCommentPosted : Change, IChange
- Inheritance
-
BankCommentPosted
- Implements
- Inherited Members
- Extension Methods
Constructors
BankCommentPosted()
public BankCommentPosted()
BankCommentPosted(Guid, FlagType, CommentType, Guid, Guid, string, string, string, Guid?, DateTimeOffset?, string, DateTimeOffset)
public BankCommentPosted(Guid comment, FlagType flag, CommentType type, Guid subject, Guid author, string authorRole, string category, string text, Guid? instructor, DateTimeOffset? eventDate, string format, DateTimeOffset posted)
Parameters
commentGuidflagFlagTypetypeCommentTypesubjectGuidauthorGuidauthorRolestringcategorystringtextstringinstructorGuid?eventDateDateTimeOffset?formatstringpostedDateTimeOffset
Properties
Author
public Guid Author { get; set; }
Property Value
AuthorRole
public string AuthorRole { 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?
Posted
public DateTimeOffset? Posted { get; set; }
Property Value
Subject
public Guid Subject { get; set; }
Property Value
Text
public string Text { get; set; }
Property Value
Type
public CommentType Type { get; set; }