C# Class BACnet.Ashrae.ReadAccessResult.PropertyAccessErrorWrapper

Inheritance: ReadResultType
Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

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

Method Details

Load() public static method

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

PropertyAccessErrorWrapper() public method

public PropertyAccessErrorWrapper ( Error item ) : System
item Error
return System

Save() public static method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema