C# Class BACnet.Ashrae.SpecialEvent.CalendarEntryWrapper

Inheritance: PeriodType
Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

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

Method Details

CalendarEntryWrapper() public method

public CalendarEntryWrapper ( CalendarEntry item ) : System
item CalendarEntry
return System

Load() public static method

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

Save() public static method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema