C# 클래스 BACnet.SchemaParser.EnumerationOptionDefinition

파일 보기 프로젝트 열기: LorenVS/bacstack 1 사용 예제들

공개 메소드들

메소드 설명
EnumerationOptionDefinition ( string name, int value ) : System

Constructs a new enumeration option definition

메소드 상세

EnumerationOptionDefinition() 공개 메소드

Constructs a new enumeration option definition
public EnumerationOptionDefinition ( string name, int value ) : System
name string The name of the option
value int The value of the option
리턴 System