C# Class BACnet.Types.Schemas.ChoiceSchema

Inheritance: ISchema
Afficher le fichier Open project: LorenVS/bacstack

Méthodes publiques

Méthode Description
ChoiceSchema ( ReadOnlyArray fields ) : System

Constructs a new ChoiceSchema instance

ChoiceSchema ( bool clone ) : System

Constructs a new ChoiceSchema instance

Method Details

ChoiceSchema() public méthode

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

ChoiceSchema() public méthode

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