C# Class Azavea.NijPredictivePolicing.Common.CmdLineArg

Basic container describing a command line argument we'd like to accept
Mostrar archivo Open project: azavea/acs-alchemist Class Usage Examples

Public Properties

Property Type Description
DataType System.Type
Description string
Display bool
Flag string
PropertyName string

Property Details

DataType public_oe property

public Type,System DataType
return System.Type

Description public_oe property

public string Description
return string

Display public_oe property

public bool Display
return bool

Flag public_oe property

public string Flag
return string

PropertyName public_oe property

public string PropertyName
return string