StudentLessonActs.SequenceCompleted Method

CSAL Mongo

StudentLessonActs SequenceCompleted Method CSAL Mongo Access Library
Return true if the lesson described by turns between indexes start and end is completed.

Namespace: CSALMongo.Model
Assembly: CSALMongo (in CSALMongo.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

public bool SequenceCompleted(
	int start,
	int end = -1
)
public bool SequenceCompleted(
	int start,
	int end = -1
)
Public Function SequenceCompleted ( 
	start As Integer,
	Optional end As Integer = -1
) As Boolean
Public Function SequenceCompleted ( 
	start As Integer,
	Optional end As Integer = -1
) As Boolean
public:
bool SequenceCompleted(
	int start, 
	int end = -1
)
public:
bool SequenceCompleted(
	int start, 
	int end = -1
)

Parameters

start
Type: OnlineSystem Int32
Index where checking begins
end (Optional)
Type: OnlineSystem Int32
Last index checked - if less than 0, then index is assumed to be last in list

Return Value

Type: OnlineBoolean
True of the lesson specified has been completed
See Also