C# 클래스 GSF.Parsing.BooleanExpression.Variable

파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

공개 프로퍼티들

프로퍼티 타입 설명
Identifier string
Value bool

공개 메소드들

메소드 설명
Variable ( string identifier ) : System

Creates a new instance of the Variable class.

메소드 상세

Variable() 공개 메소드

Creates a new instance of the Variable class.
public Variable ( string identifier ) : System
identifier string The identifier used to refer to the variable.
리턴 System

프로퍼티 상세

Identifier 공개적으로 프로퍼티

The identifier used to refer to the variable.
public string Identifier
리턴 string

Value 공개적으로 프로퍼티

The value of the variable.
public bool Value
리턴 bool