Mercury Messaging
Documentation for the Mercury Messaging Framework
MercuryMessaging.Task.MmTaskCollectionDesigner Class Reference
Inheritance diagram for MercuryMessaging.Task.MmTaskCollectionDesigner:
MercuryMessaging.Task.IMmTaskCollectionDesigner

Public Member Functions

void Shuffle< T > (ref T[] array)
 
void Shuffle< T > (ref T[][] array)
 
void OnValidate ()
 
virtual void Generate ()
 Generate the MmTaskInfo collection. More...
 
virtual void Save ()
 Save the MmTaskInfo collection to file. More...
 

Public Attributes

int NUM_OF_TASKS = 13
 
int MAX_USER_COUNT = 100
 
string FileName
 The name of the file. More...
 
int NumberOfUnrecordedTasks
 

Static Public Attributes

static int SEED = 19790610
 

Protected Attributes

System.Random Rnd = new System.Random(SEED)
 
List< MmTaskInfotaskSequence
 

Member Function Documentation

◆ Generate()

virtual void MercuryMessaging.Task.MmTaskCollectionDesigner.Generate ( )
virtual

Generate the MmTaskInfo collection.

Implements MercuryMessaging.Task.IMmTaskCollectionDesigner.

◆ Save()

virtual void MercuryMessaging.Task.MmTaskCollectionDesigner.Save ( )
virtual

Save the MmTaskInfo collection to file.

Implements MercuryMessaging.Task.IMmTaskCollectionDesigner.

Member Data Documentation

◆ FileName

string MercuryMessaging.Task.MmTaskCollectionDesigner.FileName

The name of the file.


The documentation for this class was generated from the following file: