C# 클래스 MWS.Templates.MoveletTemplate

파일 보기 프로젝트 열기: Movilizer/.NET_Connector 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_movelet MovilizerMovelet
_questions List

공개 메소드들

메소드 설명
AddQuestion ( QuestionTemplate q ) : void
GetQuestion ( string qKey ) : QuestionTemplate
MoveletTemplate ( MovilizerMovelet movelet ) : System.Collections.Generic
SerializeToFile ( string path ) : void
ToMovelet ( ) : MovilizerMovelet

메소드 상세

AddQuestion() 공개 메소드

public AddQuestion ( QuestionTemplate q ) : void
q QuestionTemplate
리턴 void

GetQuestion() 공개 메소드

public GetQuestion ( string qKey ) : QuestionTemplate
qKey string
리턴 QuestionTemplate

MoveletTemplate() 공개 메소드

public MoveletTemplate ( MovilizerMovelet movelet ) : System.Collections.Generic
movelet MovilizerMovelet
리턴 System.Collections.Generic

SerializeToFile() 공개 메소드

public SerializeToFile ( string path ) : void
path string
리턴 void

ToMovelet() 공개 메소드

public ToMovelet ( ) : MovilizerMovelet
리턴 MovilizerMovelet

프로퍼티 상세

_movelet 공개적으로 프로퍼티

public MovilizerMovelet _movelet
리턴 MovilizerMovelet

_questions 공개적으로 프로퍼티

public List _questions
리턴 List