C# Class BACnet.Ashrae.ConfirmedServiceRequest.GetEventInformationWrapper

Inheritance: ConfirmedServiceRequest
Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

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

Method Details

GetEventInformationWrapper() public method

public GetEventInformationWrapper ( GetEventInformationRequest item ) : System
item GetEventInformationRequest
return System

Load() public static method

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

Save() public static method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema