C# Class BACnet.Ashrae.PriorityValue.NullWrapper

Inheritance: PriorityValue
Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method Description
Load ( IValueStream stream ) : NullWrapper
NullWrapper ( System.Null item ) : System
Save ( IValueSink sink, NullWrapper value ) : void

Method Details

Load() public static method

public static Load ( IValueStream stream ) : NullWrapper
stream IValueStream
return NullWrapper

NullWrapper() public method

public NullWrapper ( System.Null item ) : System
item System.Null
return System

Save() public static method

public static Save ( IValueSink sink, NullWrapper value ) : void
sink IValueSink
value NullWrapper
return void

Property Details

Schema public static property

public static ISchema Schema
return ISchema