C# Class BACnet.Ashrae.CreateObjectRequest.ObjectTypeWrapper

Inheritance: ObjectSpecifierType
Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

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

Method Details

Load() public static method

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

ObjectTypeWrapper() public method

public ObjectTypeWrapper ( ObjectType item ) : System
item ObjectType
return System

Save() public static method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema