C# Class MWS.Templates.MoveletTemplate

Show file Open project: Movilizer/.NET_Connector Class Usage Examples

Public Properties

Property Type Description
_movelet MovilizerMovelet
_questions List

Public Methods

Method Description
AddQuestion ( QuestionTemplate q ) : void
GetQuestion ( string qKey ) : QuestionTemplate
MoveletTemplate ( MovilizerMovelet movelet ) : System.Collections.Generic
SerializeToFile ( string path ) : void
ToMovelet ( ) : MovilizerMovelet

Method Details

AddQuestion() public method

public AddQuestion ( QuestionTemplate q ) : void
q QuestionTemplate
return void

GetQuestion() public method

public GetQuestion ( string qKey ) : QuestionTemplate
qKey string
return QuestionTemplate

MoveletTemplate() public method

public MoveletTemplate ( MovilizerMovelet movelet ) : System.Collections.Generic
movelet MovilizerMovelet
return System.Collections.Generic

SerializeToFile() public method

public SerializeToFile ( string path ) : void
path string
return void

ToMovelet() public method

public ToMovelet ( ) : MovilizerMovelet
return MovilizerMovelet

Property Details

_movelet public property

public MovilizerMovelet _movelet
return MovilizerMovelet

_questions public property

public List _questions
return List