C# 클래스 ChronopicRegisterPortList, chronojump

파일 보기 프로젝트 열기: GNOME/chronojump 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
L List

공개 메소드들

메소드 설명
Add ( ChronopicRegisterPort, crp ) : void
ChronopicRegisterPortList ( ) : System
Delete ( ChronopicRegisterPort, crp ) : void
Exists ( ChronopicRegisterPort, crp ) : bool
PortChanged ( ChronopicRegisterPort, crp ) : bool
Print ( ) : void
UpdatePort ( ChronopicRegisterPort, crp, string newPort ) : void
UpdateType ( ChronopicRegisterPort, crp, ChronopicRegisterPort, newType ) : void

메소드 상세

Add() 공개 메소드

public Add ( ChronopicRegisterPort, crp ) : void
crp ChronopicRegisterPort,
리턴 void

ChronopicRegisterPortList() 공개 메소드

public ChronopicRegisterPortList ( ) : System
리턴 System

Delete() 공개 메소드

public Delete ( ChronopicRegisterPort, crp ) : void
crp ChronopicRegisterPort,
리턴 void

Exists() 공개 메소드

public Exists ( ChronopicRegisterPort, crp ) : bool
crp ChronopicRegisterPort,
리턴 bool

PortChanged() 공개 메소드

public PortChanged ( ChronopicRegisterPort, crp ) : bool
crp ChronopicRegisterPort,
리턴 bool

Print() 공개 메소드

public Print ( ) : void
리턴 void

UpdatePort() 공개 메소드

public UpdatePort ( ChronopicRegisterPort, crp, string newPort ) : void
crp ChronopicRegisterPort,
newPort string
리턴 void

UpdateType() 공개 메소드

public UpdateType ( ChronopicRegisterPort, crp, ChronopicRegisterPort, newType ) : void
crp ChronopicRegisterPort,
newType ChronopicRegisterPort,
리턴 void

프로퍼티 상세

L 공개적으로 프로퍼티

public List L
리턴 List