C# 클래스 Azavea.NijPredictivePolicing.Common.CmdLineArg

Basic container describing a command line argument we'd like to accept
파일 보기 프로젝트 열기: azavea/acs-alchemist 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DataType System.Type
Description string
Display bool
Flag string
PropertyName string

프로퍼티 상세

DataType 공개적으로 프로퍼티

public Type,System DataType
리턴 System.Type

Description 공개적으로 프로퍼티

public string Description
리턴 string

Display 공개적으로 프로퍼티

public bool Display
리턴 bool

Flag 공개적으로 프로퍼티

public string Flag
리턴 string

PropertyName 공개적으로 프로퍼티

public string PropertyName
리턴 string