C# Class BACnet.Ashrae.ReadAccessSpecification

Exibir arquivo Open project: LorenVS/bacstack Class Usage Examples

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method Description
Load ( IValueStream stream ) : ReadAccessSpecification
ReadAccessSpecification ( ObjectId objectIdentifier, ReadOnlyArray listOfPropertyReferences ) : System
Save ( IValueSink sink, ReadAccessSpecification value ) : void

Method Details

Load() public static method

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

ReadAccessSpecification() public method

public ReadAccessSpecification ( ObjectId objectIdentifier, ReadOnlyArray listOfPropertyReferences ) : System
objectIdentifier ObjectId
listOfPropertyReferences ReadOnlyArray
return System

Save() public static method

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

Property Details

Schema public_oe static_oe property

public static ISchema Schema
return ISchema