C# 클래스 Oddr.Documenthandlers.DeviceDatasourceParser.DeviceWrapper

파일 보기 프로젝트 열기: OpenDDRdotORG/OpenDDR-CSharp

공개 프로퍼티들

프로퍼티 타입 설명
id string
parentId string
properties StringPair[]

공개 메소드들

메소드 설명
GetDevice ( VocabularyHolder vocabularyHolder ) : Device

메소드 상세

GetDevice() 공개 메소드

public GetDevice ( VocabularyHolder vocabularyHolder ) : Device
vocabularyHolder Oddr.Vocabularies.VocabularyHolder
리턴 Oddr.Models.Devices.Device

프로퍼티 상세

id 공개적으로 프로퍼티

public string id
리턴 string

parentId 공개적으로 프로퍼티

public string parentId
리턴 string

properties 공개적으로 프로퍼티

public StringPair[] properties
리턴 StringPair[]