Represents an action to take when the current system time reaches the start of the associated Appointment object.

Namespace:  C1.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
[SerializableAttribute]
public class Action : ISerializable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Action _
	Implements ISerializable

Inheritance Hierarchy

System..::..Object
  C1.C1Schedule..::..Action

See Also