The Status class represents an availability status for the Appointment object.

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

Syntax

C#
[SerializableAttribute]
[DefaultPropertyAttribute("Text")]
public class Status : BaseObject
Visual Basic (Declaration)
<SerializableAttribute> _
<DefaultPropertyAttribute("Text")> _
Public Class Status _
	Inherits BaseObject

Inheritance Hierarchy

See Also