C# 클래스 ConsoleApplication1.ExchangeWriter

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

보호된 프로퍼티들

프로퍼티 타입 설명
log log4net.ILog

공개 메소드들

메소드 설명
ExchangeWriter ( ) : System
ResetAppointmentObject ( ) : void
SaveAndResetAppointment ( ) : void
WriteDescription ( String description ) : void
WriteEndDate ( System.DateTime date ) : void
WriteEndTimeZone ( System.DateTime date ) : void
WriteIsAllDayEvent ( System.Boolean isAllDay ) : void
WriteLocation ( String location ) : void
WriteOptionalAttendee ( String attendee ) : void
WriteOrganiser ( String organizer ) : void
WriteRecurrence ( String recurrence ) : void
WriteReminder ( int minutesBeforeStart ) : void
WriteRequiredAttendee ( String attendee ) : void
WriteStartDate ( System.DateTime date ) : void
WriteTitle ( String title ) : void

메소드 상세

ExchangeWriter() 공개 메소드

public ExchangeWriter ( ) : System
리턴 System

ResetAppointmentObject() 공개 메소드

public ResetAppointmentObject ( ) : void
리턴 void

SaveAndResetAppointment() 공개 메소드

public SaveAndResetAppointment ( ) : void
리턴 void

WriteDescription() 공개 메소드

public WriteDescription ( String description ) : void
description String
리턴 void

WriteEndDate() 공개 메소드

public WriteEndDate ( System.DateTime date ) : void
date System.DateTime
리턴 void

WriteEndTimeZone() 공개 메소드

public WriteEndTimeZone ( System.DateTime date ) : void
date System.DateTime
리턴 void

WriteIsAllDayEvent() 공개 메소드

public WriteIsAllDayEvent ( System.Boolean isAllDay ) : void
isAllDay System.Boolean
리턴 void

WriteLocation() 공개 메소드

public WriteLocation ( String location ) : void
location String
리턴 void

WriteOptionalAttendee() 공개 메소드

public WriteOptionalAttendee ( String attendee ) : void
attendee String
리턴 void

WriteOrganiser() 공개 메소드

public WriteOrganiser ( String organizer ) : void
organizer String
리턴 void

WriteRecurrence() 공개 메소드

public WriteRecurrence ( String recurrence ) : void
recurrence String
리턴 void

WriteReminder() 공개 메소드

public WriteReminder ( int minutesBeforeStart ) : void
minutesBeforeStart int
리턴 void

WriteRequiredAttendee() 공개 메소드

public WriteRequiredAttendee ( String attendee ) : void
attendee String
리턴 void

WriteStartDate() 공개 메소드

public WriteStartDate ( System.DateTime date ) : void
date System.DateTime
리턴 void

WriteTitle() 공개 메소드

public WriteTitle ( String title ) : void
title String
리턴 void

프로퍼티 상세

log 보호되어 있는 정적으로 프로퍼티

protected static ILog,log4net log
리턴 log4net.ILog