Table of Contents

Class PostComment

Namespace
InSite.Application.Banks.Write
Assembly
Shift.Sdk.dll
public class PostComment : Command, ICommand
Inheritance
PostComment
Implements
Inherited Members
Extension Methods

Constructors

PostComment(Guid, Guid, FlagType, CommentType, Guid, Guid, string, string, string, Guid?, DateTimeOffset?, string, DateTimeOffset)

public PostComment(Guid bank, Guid comment, FlagType flag, CommentType type, Guid subject, Guid author, string authorRole, string category, string text, Guid? instructor, DateTimeOffset? date, string format, DateTimeOffset posted)

Parameters

bank Guid
comment Guid
flag FlagType
type CommentType
subject Guid
author Guid
authorRole string
category string
text string
instructor Guid?
date 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