NevronOpenVision
Nevron.Nov.Schedule Namespace / NAppointmentBase Class
Fields Properties Methods Events


In This Topic
    NAppointmentBase Class Members
    In This Topic

    The following tables list the members exposed by NAppointmentBase.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the Category property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Description property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Dismissed property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the End property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the EndTimeZone property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Groups property.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NAppointmentBase.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Notification property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Start property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the StartTimeZone property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Subject property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the TimeMarker property.  
    Top
    Protected Fields
     NameDescription
    Internal Fieldstatic (Shared in Visual Basic)  
    Internal Fieldstatic (Shared in Visual Basic)  
    Internal Fieldstatic (Shared in Visual Basic)  
    Top
    Public Properties
     NameDescription
    Public PropertyGets/Sets the category of this appointment.  
    Public PropertyGets/Sets the description of the appointnment.  
    Public PropertyGets/Sets whether the appointment has been dismissed. Dismissed appointments are not shown in the notification dialog. This property is automatically set to true if the user dismisses the appointment from the notification dialog.  
    Public PropertyGets the duration of this appointment.  
    Public PropertyGets/Sets the end date and time of the appointment.  
    Public PropertyGets the end of the appointment in Coordinated Universal Time (UTC).  
    Public PropertyGets/Sets the time zone of the end time. By default set to the local time zone.  
    Public PropertyGets/Sets the groups this appointment is associated with.  
    Public PropertyGets whether this is an appointment which lasts all day.  
    Public PropertyGets whether this appointment is highlighted.  
    Public PropertyGets whether this appointment is selected in its owner schedule.  
    Public PropertyGets/Sets the time period before the start of the appointment at which to show a notification message. By default set to TimeSpan.MinValue, which means that notifications for the appointment won't be shown.  
    Public PropertyGets/Sets the start date and time of the appointment.  
    Public PropertyGets the start of the appointment in Coordinated Universal Time (UTC).  
    Public PropertyGets/Sets the time zone of the start time. By default set to the local time zone.  
    Public PropertyGets/Sets the subject of the appointment.  
    Public PropertyGets/Sets the time marker of this appointment.  
    Top
    Protected Properties
     NameDescription
    Internal Property  
    Internal Property  
    Internal Property  
    Internal Property  
    Internal Property  
    Internal Property  
    Internal Property  
    Top
    Public Methods
     NameDescription
    Public MethodAdds the given time span to the appointment's start and end time.  
    Public MethodAppends context menu items to the given menu.  
    Public MethodOverloaded. Compares this appointment to the given one by start and end time.  
    Public MethodCreates a dialog which edits the properties of this appointment.  
    Public MethodGets the end time of this appointment into the schedule time zone.  
    Public MethodGets the start time of this appointment into the schedule time zone.  
    Public MethodOverloaded. Checks whether this appointment intersects with the given one.  
    Public MethodGets whether this appointment should serialize or not.  
    Public MethodOverridden. Gets the string representation of this appointment.  
    Top
    Protected Methods
     NameDescription
    Internal Method  
    Protected MethodCreates an appointment widget for this appointment.  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Methodstatic (Shared in Visual Basic)Overloaded.   
    Internal MethodOverloaded.   
    Protected MethodCalled when the Category property has changed.  
    Protected MethodCalled when the Description property has changed.  
    Protected MethodCalled when the End property has changed.  
    Protected MethodCalled when the EndTimeZone property has changed.  
    Protected MethodCalled when the Groups property has changed.  
    Protected MethodCalled when the Start property has changed.  
    Protected MethodCalled when the StartTimeZone property has changed.  
    Protected MethodCalled when the Subject property has changed.  
    Protected MethodCalled when the TimeMarker property has changed.  
    Internal Method  
    Internal Method  
    Top
    See Also