C# Class HaloMap.Plugins.IFPIO.Option

The option.
Inheritance: BaseObject
Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

Свойство Type Description
description string
value int

Méthodes publiques

Méthode Description
Option ( string ifpname, string extendedDescription, string ifpvalue, int entlineNumber ) : System

Initializes a new instance of the Option class.

Method Details

Option() public méthode

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.
Résultat System

Property Details

description public_oe property

Extended option descriptions
public string description
Résultat string

value public_oe property

The value.
public int value
Résultat int