C# 클래스 dk.ku.life.Daisy.Daisy

파일 보기 프로젝트 열기: perabrahamsen/daisy-model 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
daisy System.IntPtr

공개 메소드들

메소드 설명
CountColumns ( ) : uint
Daisy ( ) : System
Dispose ( ) : void
GetColumn ( int column ) : Column
GetColumn ( string name ) : Column
GetScope ( int index ) : Scope
GetTime ( ) : System.DateTime
HasColumn ( string name ) : bool
Initialize ( ) : void
IsRunning ( ) : bool
OK ( ) : bool
ParseFile ( string filename ) : void
ProgramFrame ( ) : Frame
ScopeSize ( ) : uint
Start ( ) : void
TickTime ( ) : void
Version ( ) : string

비공개 메소드들

메소드 설명
ExitOnFailure ( ) : void

메소드 상세

CountColumns() 공개 메소드

public CountColumns ( ) : uint
리턴 uint

Daisy() 공개 메소드

public Daisy ( ) : System
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetColumn() 공개 메소드

public GetColumn ( int column ) : Column
column int
리턴 Column

GetColumn() 공개 메소드

public GetColumn ( string name ) : Column
name string
리턴 Column

GetScope() 공개 메소드

public GetScope ( int index ) : Scope
index int
리턴 Scope

GetTime() 공개 메소드

public GetTime ( ) : System.DateTime
리턴 System.DateTime

HasColumn() 공개 메소드

public HasColumn ( string name ) : bool
name string
리턴 bool

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

IsRunning() 공개 메소드

public IsRunning ( ) : bool
리턴 bool

OK() 공개 메소드

public OK ( ) : bool
리턴 bool

ParseFile() 공개 메소드

public ParseFile ( string filename ) : void
filename string
리턴 void

ProgramFrame() 공개 메소드

public ProgramFrame ( ) : Frame
리턴 Frame

ScopeSize() 공개 메소드

public ScopeSize ( ) : uint
리턴 uint

Start() 공개 메소드

public Start ( ) : void
리턴 void

TickTime() 공개 메소드

public TickTime ( ) : void
리턴 void

Version() 공개 정적인 메소드

public static Version ( ) : string
리턴 string

프로퍼티 상세

daisy 공개적으로 프로퍼티

public IntPtr,System daisy
리턴 System.IntPtr