C# Class HaloMap.Plugins.IFPIO.Option

The option.
Inheritance: BaseObject
Mostrar archivo Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
description string
value int

Public Methods

Method Description
Option ( string ifpname, string extendedDescription, string ifpvalue, int entlineNumber ) : System

Initializes a new instance of the Option class.

Method Details

Option() public method

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.
return System

Property Details

description public_oe property

Extended option descriptions
public string description
return string

value public_oe property

The value.
public int value
return int