The EventModule type exposes the following members.

Constructors

  Name Description
Public method EventModule
Constructor.

Methods

Extension Methods

  Name Description
Public Extension Method ConvertTo(Type) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)()()()() Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)(TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method GetCurrentStackTrace
Gets current stack trace information.
(Defined by ObjectExtension.)
Public Extension Method GetDebugInformation
Gets the debug information for currently executing code.
(Defined by ObjectExtension.)
Public Extension Method GetExecutingMethodName
Gets the executing method name.
(Defined by ObjectExtension.)
Public Extension Method GetPagerTemplate
Gets pager template.
(Defined by ControlExtension.)
Public Extension Method GetPropertyType
Gets a property type.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyValue
Gets a property or field value from the object (Dot notation enabled).
(Defined by ObjectExtension.)
Public Extension Method PropertyExists
Check if property exists.
(Defined by ObjectExtension.)
Public Extension Method SetPropertyValue
Sets a property or field value to the object (Dot notation enabled).
(Defined by ObjectExtension.)

Fields

  Name Description
Protected field btnNewEvent
btnNewEvent control.
Protected field btnNewSimpleMode
btnNewSimpleMode control.
Protected field btnRefresh
btnRefresh control.
Protected field calEvent
calEvent control.
Protected field ctlEventEditor
ctlEventEditor control.
Protected field ctlSimpleView
ctlSimpleView control.
Protected field fldRefreshParams
fldRefreshParams control.
Protected field plhAddNewEvent
plhAddNewEvent control.
Protected field plhEventEditor
plhEventEditor control.
Protected field plhNoCalendar
plhNoCalendar control.
Protected field plhSchedule
plhSchedule control.
Protected field plhSimpleView
plhSimpleView control.
Protected field rttEventDetails
rttEventDetails control.
Protected field schEvent
schEvent control.
Protected field upEventModule
upEventModule control.

Properties

  Name Description
Public property AdvancedModeDefaultView
Gets or sets advanced mode default view.
Public property CalendarId
Gets or sets calendar to display.
Public property CalendarName
Gets or sets initial calendar to use.
Public property ContentAdminRoles
Array of Guids that identify the roles which are allowed to administrate part content.
Public property FirstDayOfWeek
Gets or sets first day of the week.
Protected property IsCalendarEditable
Gets or sets if calendar should be editable.
Public property Mode
Gets or sets event module mode.
Public property SimpleViewPagerPageSize
Gets or sets simple view mode pager page size.
Public property Template
Gets or sets a part template ('Default' is default template name).

See Also