C# Class entity.MapForms.MapForm.extractionInfo

The extraction info.
Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

Свойство Type Description
lists List
name string

Méthodes publiques

Méthode Description
extractionInfo ( string Name, string list ) : System

Initializes a new instance of the extractionInfo class.

Method Details

extractionInfo() public méthode

Initializes a new instance of the extractionInfo class.
public extractionInfo ( string Name, string list ) : System
Name string The name.
list string The list.
Résultat System

Property Details

lists public_oe property

The lists.
public List lists
Résultat List

name public_oe property

The name.
public string name
Résultat string