C# Класс GSoft.Dynamite.Setup.ViewBuilder

List view builder.
Показать файл Открыть проект

Открытые методы

Метод Описание
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