ComponentOne BinaryImage for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1EventsCalendar Namespace / Event Class
Fields Properties Methods

In This Topic
    Event Class Members
    In This Topic

    The following tables list the members exposed by Event.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Field  
    Public Field  
    Public Field  
    Public Field  
    Public Field  
    Public Field  
    Top
    Public Properties
     NameDescription
    Public Propertyindicates all day event.  
    Public PropertyCalendar id to which the event belongs.  
    Public PropertyEvent color.  
    Public PropertyGets or sets the raw event data.  
    Public PropertyEvent description.  
    Public PropertyEnd date/time.  
    Public PropertyThe unique event id (this field generated automatically).  
    Public PropertyEvent location.  
    Public Propertyid of the event object that defines the recurrence criteria for this event object. If an event is recurring (see isRecurring) it represents an occurrence in the series that is started and defined by a specific pattern event. Use the getPatern method in order to obtain the pattern of the current event. A pattern event can be recognized by its recurrenceState field set to the "master" value. The recurrence information defined by the pattern event can be accessed via the recurrencePattern field of the event. If this event is a not member of a recurrence, or is itself a root event, this field will be null.  
    Public PropertyRepresents the recurrence attributes of an event. Only master events can have this field (recurrenceState is "master")  
    Public PropertyIndicates the recurrence state of the event. (possible values are "notRecurring"(or null), "master", "occurrence", "exception", "removed")  
    Public PropertyStart date/time.  
    Public PropertyEvent title.  
    Public PropertyThe tag property can be used to store any user-defined information  
    Top
    Public Methods
     NameDescription
    Public MethodCopies properties from event given by parameter ev.  
    Public MethodReconstructs event from an System.Xml.XmlReader.  
    Public MethodCreates an XML encoding of the event properties and returns it as string.  
    Public MethodCreates an XML encoding of the event.  
    Top
    See Also