Table of Contents

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

bank Guid
comment Guid
author Guid
flag FlagType
category string
text string
instructor Guid?
date DateTimeOffset?
format string
revised DateTimeOffset

Properties

Author

public Guid Author { get; set; }

Property Value

Guid

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?

Revised

public DateTimeOffset Revised { get; set; }

Property Value

DateTimeOffset

Text

public string Text { get; set; }

Property Value

string