C# 클래스 AppClass, smc-fork

파일 보기 프로젝트 열기: sidonath/smc-fork 1 사용 예제들

공개 메소드들

메소드 설명
Acceptable ( ) : void
AcceptableM ( bool state ) : bool
AppClass ( )
AppClass ( ) : System
CheckString ( string str ) : bool
SignalError ( ) : void
Unacceptable ( ) : void

비공개 메소드들

메소드 설명
Deserialize ( string filename ) : AppClassContext
Serialize ( string filename ) : void

메소드 상세

Acceptable() 공개 메소드

public Acceptable ( ) : void
리턴 void

AcceptableM() 공개 메소드

public AcceptableM ( bool state ) : bool
state bool
리턴 bool

AppClass() 공개 메소드

public AppClass ( )

AppClass() 공개 메소드

public AppClass ( ) : System
리턴 System

CheckString() 공개 메소드

public CheckString ( string str ) : bool
str string
리턴 bool

SignalError() 공개 메소드

public SignalError ( ) : void
리턴 void

Unacceptable() 공개 메소드

public Unacceptable ( ) : void
리턴 void