C# 클래스 Oddr.Documenthandlers.DeviceDatasourceParser

파일 보기 프로젝트 열기: OpenDDRdotORG/OpenDDR-CSharp 1 사용 예제들

공개 메소드들

메소드 설명
DeviceDatasourceParser ( Stream stream ) : System
DeviceDatasourceParser ( Stream stream, Device>.Dictionary devices ) : System
DeviceDatasourceParser ( Stream stream, Device>.Dictionary devices, VocabularyHolder vocabularyHolder ) : System
Parse ( ) : void
SetStream ( Stream stream ) : void

비공개 메소드들

메소드 설명
Init ( Stream stream ) : void

메소드 상세

DeviceDatasourceParser() 공개 메소드

Thrown when stream is null
public DeviceDatasourceParser ( Stream stream ) : System
stream Stream
리턴 System

DeviceDatasourceParser() 공개 메소드

Thrown when stream is null
public DeviceDatasourceParser ( Stream stream, Device>.Dictionary devices ) : System
stream Stream
devices Device>.Dictionary
리턴 System

DeviceDatasourceParser() 공개 메소드

Thrown when stream is null
public DeviceDatasourceParser ( Stream stream, Device>.Dictionary devices, VocabularyHolder vocabularyHolder ) : System
stream Stream
devices Device>.Dictionary
vocabularyHolder Oddr.Vocabularies.VocabularyHolder
리턴 System

Parse() 공개 메소드

Thrown when input stream is not valid
public Parse ( ) : void
리턴 void

SetStream() 공개 메소드

Thrown when stream is null
public SetStream ( Stream stream ) : void
stream Stream
리턴 void