C# 클래스 GSoft.Dynamite.Setup.ViewBuilder

List view builder.
파일 보기 프로젝트 열기: GSoft-SharePoint/Dynamite-2010

공개 메소드들

메소드 설명
EnsureCalendarOverlays ( SPViewCollection viewCollection, CalendarOverlayInfo overlayInfos ) : void

Ensures the calendar overlays. Note: This clears the existing overlays.

EnsureCalendarOverlays ( SPViewCollection viewCollection, CalendarOverlayInfo overlayInfos, SPList overlayList ) : void

Ensures the calendar overlays. Note: This clears the existing overlays.

EnsureView ( SPViewCollection viewCollection, ViewInfo viewInfo ) : SPView

Ensures the view.

ViewBuilder ( ILogger logger ) : System

Initializes a new instance of the ViewBuilder class.

비공개 메소드들

메소드 설명
AddCalendarOverlay ( SPList targetList, string viewName, string overlayViewName, string owaUrl, string exchangeUrl, SPList overlayList, string overlayName, string overlayDescription, CalendarOverlayColor color, bool alwaysShow, bool clearExisting ) : void

메소드 상세

EnsureCalendarOverlays() 공개 메소드

Ensures the calendar overlays. Note: This clears the existing overlays.
public EnsureCalendarOverlays ( SPViewCollection viewCollection, CalendarOverlayInfo overlayInfos ) : void
viewCollection SPViewCollection The view collection.
overlayInfos CalendarOverlayInfo The overlay information objects.
리턴 void

EnsureCalendarOverlays() 공개 메소드

Ensures the calendar overlays. Note: This clears the existing overlays.
public EnsureCalendarOverlays ( SPViewCollection viewCollection, CalendarOverlayInfo overlayInfos, SPList overlayList ) : void
viewCollection SPViewCollection The view collection.
overlayInfos CalendarOverlayInfo The overlay information objects.
overlayList SPList The overlay list.
리턴 void

EnsureView() 공개 메소드

Ensures the view.
public EnsureView ( SPViewCollection viewCollection, ViewInfo viewInfo ) : SPView
viewCollection SPViewCollection The view collection.
viewInfo ViewInfo The view information.
리턴 SPView

ViewBuilder() 공개 메소드

Initializes a new instance of the ViewBuilder class.
public ViewBuilder ( ILogger logger ) : System
logger ILogger The logger.
리턴 System