C# Class BACnet.Ashrae.WriteAccessSpecification

Show file Open project: LorenVS/bacstack Class Usage Examples

Public Properties

Property Type Description
Schema ISchema

Public Methods

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

Method Details

Load() public static method

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

Save() public static method

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

WriteAccessSpecification() public method

public WriteAccessSpecification ( ObjectId objectIdentifier, ReadOnlyArray listOfProperties ) : System
objectIdentifier ObjectId
listOfProperties ReadOnlyArray
return System

Property Details

Schema public static property

public static ISchema Schema
return ISchema