C# Class BACnet.Ashrae.ActionList

Show file Open project: LorenVS/bacstack Class Usage Examples

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method Description
ActionList ( ReadOnlyArray action ) : System
Load ( IValueStream stream ) : ActionList
Save ( IValueSink sink, ActionList value ) : void

Method Details

ActionList() public method

public ActionList ( ReadOnlyArray action ) : System
action ReadOnlyArray
return System

Load() public static method

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

Save() public static method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema