C# Class BACnet.Ashrae.CalendarEntry.DateWrapper

Inheritance: CalendarEntry
Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

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

Method Details

DateWrapper() public method

public DateWrapper ( Date item ) : System
item Date
return System

Load() public static method

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

Save() public static method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema