C# 클래스 DomainDrivenDelivery.Interfaces.Handling.HandlingReportParser

Utility methods for parsing various forms of handling report formats.
Supports the notification pattern for incremental error reporting.
파일 보기 프로젝트 열기: awhatley/dddsample.net

공개 메소드들

메소드 설명
parseDate ( string completionTime, List errors ) : System.DateTime
parseEventType ( string eventType, List errors ) : HandlingActivityType
parseOperatorCode ( ) : OperatorCode
parseTrackingId ( string trackingId, List errors ) : TrackingId
parseUnLocode ( string unlocode, List errors ) : UnLocode
parseVoyageNumber ( string voyageNumber, List errors ) : VoyageNumber

메소드 상세

parseDate() 공개 정적인 메소드

public static parseDate ( string completionTime, List errors ) : System.DateTime
completionTime string
errors List
리턴 System.DateTime

parseEventType() 공개 정적인 메소드

public static parseEventType ( string eventType, List errors ) : HandlingActivityType
eventType string
errors List
리턴 HandlingActivityType

parseOperatorCode() 공개 정적인 메소드

public static parseOperatorCode ( ) : OperatorCode
리턴 OperatorCode

parseTrackingId() 공개 정적인 메소드

public static parseTrackingId ( string trackingId, List errors ) : TrackingId
trackingId string
errors List
리턴 TrackingId

parseUnLocode() 공개 정적인 메소드

public static parseUnLocode ( string unlocode, List errors ) : UnLocode
unlocode string
errors List
리턴 UnLocode

parseVoyageNumber() 공개 정적인 메소드

public static parseVoyageNumber ( string voyageNumber, List errors ) : VoyageNumber
voyageNumber string
errors List
리턴 VoyageNumber