C# 클래스 StandaloneNode.ProgressState

파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_Percentage int
m_State string
m_wbFlag bool

공개 메소드들

메소드 설명
ProgressState ( int p, string msg, bool isWritingBack ) : System

메소드 상세

ProgressState() 공개 메소드

public ProgressState ( int p, string msg, bool isWritingBack ) : System
p int
msg string
isWritingBack bool
리턴 System

프로퍼티 상세

m_Percentage 공개적으로 프로퍼티

public int m_Percentage
리턴 int

m_State 공개적으로 프로퍼티

public string m_State
리턴 string

m_wbFlag 공개적으로 프로퍼티

public bool m_wbFlag
리턴 bool