Table of Contents

Class NoteGradebookUser

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

Constructors

NoteGradebookUser(Guid, Guid, string, DateTimeOffset?)

public NoteGradebookUser(Guid record, Guid user, string note, DateTimeOffset? added)

Parameters

record Guid
user Guid
note string
added DateTimeOffset?

Properties

Added

public DateTimeOffset? Added { get; set; }

Property Value

DateTimeOffset?

Note

public string Note { get; set; }

Property Value

string

User

public Guid User { get; set; }

Property Value

Guid