C# 클래스 GenSync.Logging.SynchronizationReportName

파일 보기 프로젝트 열기: aluxnimm/outlookcaldavsynchronizer 1 사용 예제들

공개 메소드들

메소드 설명
Create ( System.Guid syncronizationProfileId, System.DateTime startTime, bool hasWarnings, bool hasErrors ) : SynchronizationReportName
IncreaseSequence ( ) : SynchronizationReportName
ToString ( ) : string
TryParse ( string value, SynchronizationReportName &name ) : bool

비공개 메소드들

메소드 설명
SynchronizationReportName ( System.Guid syncronizationProfileId, System.DateTime startTime, bool hasWarnings, bool hasErrors, int sequenceNumber ) : System

메소드 상세

Create() 공개 정적인 메소드

public static Create ( System.Guid syncronizationProfileId, System.DateTime startTime, bool hasWarnings, bool hasErrors ) : SynchronizationReportName
syncronizationProfileId System.Guid
startTime System.DateTime
hasWarnings bool
hasErrors bool
리턴 SynchronizationReportName

IncreaseSequence() 공개 메소드

public IncreaseSequence ( ) : SynchronizationReportName
리턴 SynchronizationReportName

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TryParse() 공개 정적인 메소드

public static TryParse ( string value, SynchronizationReportName &name ) : bool
value string
name SynchronizationReportName
리턴 bool