C# Class BACnet.Types.Schemas.OptionSchema

Inheritance: ISchema
Datei anzeigen Open project: LorenVS/bacstack

Public Methods

Method Description
OptionSchema ( ISchema elementType ) : System

Constructs a new OptionSchema instance

Method Details

OptionSchema() public method

Constructs a new OptionSchema instance
public OptionSchema ( ISchema elementType ) : System
elementType ISchema The element type of the option
return System