Table of Contents

Class Course1Store

Namespace
InSite.Persistence
Assembly
InSite.Persistence.dll
public class Course1Store : ICourseObjectStore
Inheritance
Course1Store
Implements
Inherited Members

Constructors

Course1Store()

public Course1Store()

Methods

CompleteCourse(Guid, Guid, DateTimeOffset)

public void CompleteCourse(Guid course, Guid user, DateTimeOffset completed)

Parameters

course Guid
user Guid
completed DateTimeOffset

DeleteCatalog(Guid)

public void DeleteCatalog(Guid catalog)

Parameters

catalog Guid

IncreaseMessageCompletedSentCount(Guid, Guid)

public void IncreaseMessageCompletedSentCount(Guid course, Guid enrollment)

Parameters

course Guid
enrollment Guid

IncreaseMessageStalledSentCount(Guid, Guid)

public void IncreaseMessageStalledSentCount(Guid course, Guid enrollment)

Parameters

course Guid
enrollment Guid

Initialize(ICommander)

public static void Initialize(ICommander commander)

Parameters

commander ICommander

InsertCatalog(TCatalog)

public void InsertCatalog(TCatalog catalog)

Parameters

catalog TCatalog

InsertCourseUser(Guid, Guid)

public void InsertCourseUser(Guid course, Guid user)

Parameters

course Guid
user Guid

UpdateCatalog(TCatalog)

public void UpdateCatalog(TCatalog catalog)

Parameters

catalog TCatalog