C# Class BACnet.Tagging.Tests.TagReaderStreamTests.TestType

Datei anzeigen Open project: LorenVS/bacstack

Public Methods

Method Description
Load ( IValueStream stream ) : TestType
TestType ( System.Null nullValue, bool booleanValue, Option optionalValue, ITestChoice choiceValue, ReadOnlyArray arrayValue ) : System

Method Details

Load() public static method

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

TestType() public method

public TestType ( System.Null nullValue, bool booleanValue, Option optionalValue, ITestChoice choiceValue, ReadOnlyArray arrayValue ) : System
nullValue System.Null
booleanValue bool
optionalValue Option
choiceValue ITestChoice
arrayValue ReadOnlyArray
return System