C# Class BACnet.Ashrae.WhoHasRequest.ObjectNameWrapper

Inheritance: ObjectType
Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

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

Method Details

Load() public static method

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

ObjectNameWrapper() public method

public ObjectNameWrapper ( string item ) : System
item string
return System

Save() public static method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema