Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.EventModel Class Reference

This is the specification for calendar event data used by the CalendarPanel's underlying store. It can be overridden as necessary to customize the fields supported by events, although the existing column names should not be altered. If your model fields are named differently you should update the mapping configs accordingly. The only required fields when creating a new event record instance are StartDate and EndDate. All other fields are either optional are will be defaulted if blank. More...

Properties

virtual ? int EventId [get, set]
 
virtual ? int CalendarId [get, set]
 
virtual string Title [get, set]
 
virtual ? DateTime StartDate [get, set]
 
virtual ? DateTime EndDate [get, set]
 
virtual string Location [get, set]
 
virtual string Notes [get, set]
 
virtual string Url [get, set]
 
virtual ? bool IsAllDay [get, set]
 
virtual string Reminder [get, set]
 

Detailed Description

This is the specification for calendar event data used by the CalendarPanel's underlying store. It can be overridden as necessary to customize the fields supported by events, although the existing column names should not be altered. If your model fields are named differently you should update the mapping configs accordingly. The only required fields when creating a new event record instance are StartDate and EndDate. All other fields are either optional are will be defaulted if blank.

Property Documentation

◆ CalendarId

virtual ? int Ext.Net.EventModel.CalendarId
getset

◆ EndDate

virtual ? DateTime Ext.Net.EventModel.EndDate
getset

◆ EventId

virtual ? int Ext.Net.EventModel.EventId
getset

◆ IsAllDay

virtual ? bool Ext.Net.EventModel.IsAllDay
getset

◆ Location

virtual string Ext.Net.EventModel.Location
getset

◆ Notes

virtual string Ext.Net.EventModel.Notes
getset

◆ Reminder

virtual string Ext.Net.EventModel.Reminder
getset

◆ StartDate

virtual ? DateTime Ext.Net.EventModel.StartDate
getset

◆ Title

virtual string Ext.Net.EventModel.Title
getset

◆ Url

virtual string Ext.Net.EventModel.Url
getset


The documentation for this class was generated from the following file: