C# 클래스 Azavea.NijPredictivePolicing.ACSAlchemistLibrary.States

Encapsulates common operations with the States enum
파일 보기 프로젝트 열기: azavea/acs-alchemist

공개 메소드들

메소드 설명
StateToCensusName ( AcsState state ) : string

The Census uses it's own naming convention for states (currently PascalCase without spaces)

StateToRealName ( AcsState state ) : string

Get's a pretty name for a state

메소드 상세

StateToCensusName() 공개 정적인 메소드

The Census uses it's own naming convention for states (currently PascalCase without spaces)
public static StateToCensusName ( AcsState state ) : string
state AcsState
리턴 string

StateToRealName() 공개 정적인 메소드

Get's a pretty name for a state
public static StateToRealName ( AcsState state ) : string
state AcsState
리턴 string