C# Class entity.MapForms.MapForm.extractionInfo

The extraction info.
Mostrar archivo Open project: troymac1ure/Entity

Public Properties

Property Type Description
lists List
name string

Public Methods

Method Description
extractionInfo ( string Name, string list ) : System

Initializes a new instance of the extractionInfo class.

Method Details

extractionInfo() public method

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

Property Details

lists public_oe property

The lists.
public List lists
return List

name public_oe property

The name.
public string name
return string