C# Class BACnet.Ashrae.PropertyStates.PolarityWrapper

Inheritance: PropertyStates
Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method Description
Load ( IValueStream stream ) : PolarityWrapper
PolarityWrapper ( Polarity item ) : System
Save ( IValueSink sink, PolarityWrapper value ) : void

Method Details

Load() public static method

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

PolarityWrapper() public method

public PolarityWrapper ( Polarity item ) : System
item Polarity
return System

Save() public static method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema