C# Class BACnet.Ashrae.ReadPropertyConditionalRequest.ObjectSelectionCriteriaType

Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method Description
Load ( IValueStream stream ) : ObjectSelectionCriteriaType
ObjectSelectionCriteriaType ( SelectionLogicType selectionLogic, Option listOfSelectionCriteria ) : System
Save ( IValueSink sink, ObjectSelectionCriteriaType value ) : void

Method Details

Load() public static method

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

ObjectSelectionCriteriaType() public method

public ObjectSelectionCriteriaType ( SelectionLogicType selectionLogic, Option listOfSelectionCriteria ) : System
selectionLogic SelectionLogicType
listOfSelectionCriteria Option
return System

Save() public static method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema