C# Class BACnet.Ashrae.TimeStamp.TimeWrapper

Inheritance: TimeStamp
Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

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

Method Details

Load() public static method

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

Save() public static method

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

TimeWrapper() public method

public TimeWrapper ( Time item ) : System
item BACnet.Types.Time
return System

Property Details

Schema public static property

public static ISchema Schema
return ISchema