Table of Contents

Class BankCommentPosted

Namespace
InSite.Domain.Banks
Assembly
Shift.Sdk.dll
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

comment Guid
flag FlagType
type CommentType
subject Guid
author Guid
authorRole string
category string
text string
instructor Guid?
eventDate DateTimeOffset?
format string
posted DateTimeOffset

Properties

Author

public Guid Author { get; set; }

Property Value

Guid

AuthorRole

public string AuthorRole { get; set; }

Property Value

string

Category

public string Category { get; set; }

Property Value

string

Comment

public Guid Comment { get; set; }

Property Value

Guid

EventDate

public DateTimeOffset? EventDate { get; set; }

Property Value

DateTimeOffset?

EventFormat

public string EventFormat { get; set; }

Property Value

string

Flag

public FlagType Flag { get; set; }

Property Value

FlagType

Instructor

public Guid? Instructor { get; set; }

Property Value

Guid?

Posted

public DateTimeOffset? Posted { get; set; }

Property Value

DateTimeOffset?

Subject

public Guid Subject { get; set; }

Property Value

Guid

Text

public string Text { get; set; }

Property Value

string

Type

public CommentType Type { get; set; }

Property Value

CommentType