C# Class BACnet.Types.Schemas.ChoiceSchema

Inheritance: ISchema
Show file Open project: LorenVS/bacstack

Public Methods

Method Description
ChoiceSchema ( ReadOnlyArray fields ) : System

Constructs a new ChoiceSchema instance

ChoiceSchema ( bool clone ) : System

Constructs a new ChoiceSchema instance

Method Details

ChoiceSchema() public method

Constructs a new ChoiceSchema instance
public ChoiceSchema ( ReadOnlyArray fields ) : System
fields ReadOnlyArray The fields in the sequence
return System

ChoiceSchema() public method

Constructs a new ChoiceSchema instance
public ChoiceSchema ( bool clone ) : System
clone bool True if the fields need to be cloned, false otherwise
return System