C# Class Oddr.Documenthandlers.DeviceDatasourceParser.DeviceWrapper

Mostra file Open project: OpenDDRdotORG/OpenDDR-CSharp

Public Properties

Property Type Description
id string
parentId string
properties StringPair[]

Public Methods

Method Description
GetDevice ( VocabularyHolder vocabularyHolder ) : Device

Method Details

GetDevice() public method

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

Property Details

id public_oe property

public string id
return string

parentId public_oe property

public string parentId
return string

properties public_oe property

public StringPair[] properties
return StringPair[]