C# Class BACnet.Ashrae.ReadAccessResult.ListOfResultsType

Afficher le fichier Open project: LorenVS/bacstack

Méthodes publiques

Свойство Type Description
Schema ISchema

Méthodes publiques

Méthode Description
ListOfResultsType ( PropertyIdentifier propertyIdentifier, Option propertyArrayIndex, ReadResultType readResult ) : System
Load ( IValueStream stream ) : ListOfResultsType
Save ( IValueSink sink, ListOfResultsType value ) : void

Method Details

ListOfResultsType() public méthode

public ListOfResultsType ( PropertyIdentifier propertyIdentifier, Option propertyArrayIndex, ReadResultType readResult ) : System
propertyIdentifier PropertyIdentifier
propertyArrayIndex Option
readResult ReadResultType
Résultat System

Load() public static méthode

public static Load ( IValueStream stream ) : ListOfResultsType
stream IValueStream
Résultat ListOfResultsType

Save() public static méthode

public static Save ( IValueSink sink, ListOfResultsType value ) : void
sink IValueSink
value ListOfResultsType
Résultat void

Property Details

Schema public_oe static_oe property

public static ISchema Schema
Résultat ISchema