Table of Contents

Class BankCommentModified

Namespace
InSite.Domain.Banks
Assembly
Shift.Sdk.dll
public class BankCommentModified : Change, IChange
Inheritance
BankCommentModified
Implements
Inherited Members
Extension Methods

Constructors

BankCommentModified(Guid, Guid, FlagType, string, string, Guid?, DateTimeOffset?, string, DateTimeOffset?)

public BankCommentModified(Guid comment, Guid author, FlagType flag, string category, string text, Guid? instructor, DateTimeOffset? exam, string format, DateTimeOffset? revised)

Parameters

comment Guid
author Guid
flag FlagType
category string
text string
instructor Guid?
exam 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