C# Class BACnet.SchemaParser.ChoiceDefinition

Inheritance: TypeDefinition
Mostrar archivo Open project: LorenVS/bacstack Class Usage Examples

Public Methods

Method Description
ChoiceDefinition ( FieldDefinition fields ) : System

Constructs a new choice definition

Method Details

ChoiceDefinition() public method

Constructs a new choice definition
public ChoiceDefinition ( FieldDefinition fields ) : System
fields FieldDefinition The fields of the choice
return System