C# 클래스 BACnet.Ashrae.ReadPropertyConditionalRequest.ListOfSelectionCriteriaType

파일 보기 프로젝트 열기: LorenVS/bacstack

공개 프로퍼티들

프로퍼티 타입 설명
Schema ISchema

공개 메소드들

메소드 설명
ListOfSelectionCriteriaType ( PropertyIdentifier propertyIdentifier, Option propertyArrayIndex, RelationSpecifierType relationSpecifier, GenericValue comparisonValue ) : System
Load ( IValueStream stream ) : ListOfSelectionCriteriaType
Save ( IValueSink sink, ListOfSelectionCriteriaType value ) : void

메소드 상세

ListOfSelectionCriteriaType() 공개 메소드

public ListOfSelectionCriteriaType ( PropertyIdentifier propertyIdentifier, Option propertyArrayIndex, RelationSpecifierType relationSpecifier, GenericValue comparisonValue ) : System
propertyIdentifier PropertyIdentifier
propertyArrayIndex Option
relationSpecifier RelationSpecifierType
comparisonValue GenericValue
리턴 System

Load() 공개 정적인 메소드

public static Load ( IValueStream stream ) : ListOfSelectionCriteriaType
stream IValueStream
리턴 ListOfSelectionCriteriaType

Save() 공개 정적인 메소드

public static Save ( IValueSink sink, ListOfSelectionCriteriaType value ) : void
sink IValueSink
value ListOfSelectionCriteriaType
리턴 void

프로퍼티 상세

Schema 공개적으로 정적으로 프로퍼티

public static ISchema Schema
리턴 ISchema