InterfaceIEvent
Definition
Namespace:Telerik.ReportServer.Services.Models.RecurrenceRules
Assembly:Telerik.ReportServer.Services.Models.dll
Syntax:
public interface IEvent : IDataBoundItem
Inherited Members
Properties
AllDay
Declaration
bool AllDay { get; set; }
Property Value
bool
AllowDelete
Declaration
bool AllowDelete { get; set; }
Property Value
bool
AllowEdit
Declaration
bool AllowEdit { get; set; }
Property Value
bool
BackgroundId
Declaration
int BackgroundId { get; set; }
Property Value
int
CultureInfoProvider
Declaration
ICultureInfoProvider CultureInfoProvider { get; set; }
Property Value
Description
Declaration
string Description { get; set; }
Property Value
string
Duration
Declaration
TimeSpan Duration { get; set; }
Property Value
TimeSpan
End
Declaration
DateTime End { get; set; }
Property Value
DateTime
Exceptions
Declaration
ObservableCollection<IEvent> Exceptions { get; }
Property Value
Location
Declaration
string Location { get; set; }
Property Value
string
Occurrences
Declaration
IEnumerable<IEvent> Occurrences { get; }
Property Value
IEnumerable<IEvent>
RecurrenceId
Declaration
DateTime? RecurrenceId { get; set; }
Property Value
DateTime?
RecurrenceRule
Declaration
RecurrenceRule RecurrenceRule { get; set; }
Property Value
ResourceIds
Declaration
ObservableCollection<EventId> ResourceIds { get; }
Property Value
Start
Declaration
DateTime Start { get; set; }
Property Value
DateTime
StatusId
Declaration
int StatusId { get; set; }
Property Value
int
Summary
Declaration
string Summary { get; set; }
Property Value
string
TimeZone
Declaration
TimeZoneInfo TimeZone { get; set; }
Property Value
TimeZoneInfo
ToolTipText
Declaration
string ToolTipText { get; set; }
Property Value
string
Visible
Declaration
bool Visible { get; set; }
Property Value
bool
Methods
AddOccurrenceException(IEvent, bool)
Declaration
void AddOccurrenceException(IEvent occurrence, bool addExceptionDate)
Parameters
occurrence
addExceptionDate
bool
CreateOccurrence(DateTime)
Declaration
IEvent CreateOccurrence(DateTime start)
Parameters
start
DateTime
Returns
CreateOccurrence(DateTime, bool)
Declaration
IEvent CreateOccurrence(DateTime start, bool exception)
Parameters
start
DateTime
exception
bool
Returns