C# Class BACnet.Ashrae.ConfirmedServiceRequest.ConfirmedEventNotificationWrapper

Inheritance: ConfirmedServiceRequest
Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

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

Method Details

ConfirmedEventNotificationWrapper() public method

public ConfirmedEventNotificationWrapper ( ConfirmedEventNotificationRequest item ) : System
item ConfirmedEventNotificationRequest
return System

Load() public static method

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

Save() public static method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema