C# 클래스 HaloMap.Plugins.IFPIO.Option

The option.
상속: BaseObject
파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
description string
value int

공개 메소드들

메소드 설명
Option ( string ifpname, string extendedDescription, string ifpvalue, int entlineNumber ) : System

Initializes a new instance of the Option class.

메소드 상세

Option() 공개 메소드

Initializes a new instance of the Option class.
public Option ( string ifpname, string extendedDescription, string ifpvalue, int entlineNumber ) : System
ifpname string The ifpname.
extendedDescription string
ifpvalue string The ifpvalue.
entlineNumber int The entline number.
리턴 System

프로퍼티 상세

description 공개적으로 프로퍼티

Extended option descriptions
public string description
리턴 string

value 공개적으로 프로퍼티

The value.
public int value
리턴 int