C# 클래스 Stancer.GTFSEngine.Helper

This class provides extension methods to help decode and convert string values to their system type.
파일 보기 프로젝트 열기: mbmccormick/GTFSEngine

공개 메소드들

메소드 설명
ToCalendarExceptionType ( this item ) : CalendarExceptionType
ToDate ( this item ) : System.DateTime
ToDirectionType ( this item ) : DirectionType?
ToDropOffType ( this item ) : DropOffType?
ToLocationType ( this item ) : LocationType?
ToPaymentMethodType ( this item ) : PaymentMethodType
ToPickUpType ( this item ) : PickUpType?
ToRouteType ( this item ) : RouteType
ToTimeSpan ( this item ) : System.TimeSpan
ToTransferOptionsType ( this item ) : TransferOptionsType
ToTransferType ( this item ) : TransferType
ValidateNotEmptyOrNull ( this item, string field ) : string

메소드 상세

ToCalendarExceptionType() 공개 정적인 메소드

public static ToCalendarExceptionType ( this item ) : CalendarExceptionType
item this
리턴 CalendarExceptionType

ToDate() 공개 정적인 메소드

public static ToDate ( this item ) : System.DateTime
item this
리턴 System.DateTime

ToDirectionType() 공개 정적인 메소드

public static ToDirectionType ( this item ) : DirectionType?
item this
리턴 DirectionType?

ToDropOffType() 공개 정적인 메소드

public static ToDropOffType ( this item ) : DropOffType?
item this
리턴 DropOffType?

ToLocationType() 공개 정적인 메소드

public static ToLocationType ( this item ) : LocationType?
item this
리턴 LocationType?

ToPaymentMethodType() 공개 정적인 메소드

public static ToPaymentMethodType ( this item ) : PaymentMethodType
item this
리턴 PaymentMethodType

ToPickUpType() 공개 정적인 메소드

public static ToPickUpType ( this item ) : PickUpType?
item this
리턴 PickUpType?

ToRouteType() 공개 정적인 메소드

public static ToRouteType ( this item ) : RouteType
item this
리턴 RouteType

ToTimeSpan() 공개 정적인 메소드

public static ToTimeSpan ( this item ) : System.TimeSpan
item this
리턴 System.TimeSpan

ToTransferOptionsType() 공개 정적인 메소드

public static ToTransferOptionsType ( this item ) : TransferOptionsType
item this
리턴 TransferOptionsType

ToTransferType() 공개 정적인 메소드

public static ToTransferType ( this item ) : TransferType
item this
리턴 TransferType

ValidateNotEmptyOrNull() 공개 정적인 메소드

public static ValidateNotEmptyOrNull ( this item, string field ) : string
item this
field string
리턴 string