[]
        
(Showing Draft Content)

C1.C1Schedule.Status

Status Class

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

Namespace: C1.C1Schedule
Assembly: C1.Win.C1Schedule.4.8.dll
Syntax
public class Status : BaseObject, INotifyPropertyChanged, ISerializable

Constructors

Name Description
Status()

Creates the new custom Status object with default parameters.

Status(StatusTypeEnum)

Creates a new instance of the Status class and initializes it with the specified type.

Status(StatusTypeEnum, CultureInfo)

Creates a new instance of the Status class and initializes it with the specified type.

Status(Color, string, string)

Creates the new custom Status object with specified color, text and menu caption.

Status(Color, string, string, C1Brush)

Creates the new custom Status object with specified parameters.

Status(Guid)

Initializes a new instance of the Status class with the specified key.

Status(int)

Initializes a new instance of the Status class with the specified key.

Status(SerializationInfo, StreamingContext)

Special constructor for deserialization.

Status(string)

Creates a new instance of the custom Status object with the specified text.

Status(string, string)

Creates the new custom Status object with specified text and menu caption.

Properties

Name Description
StatusType

Gets the StatusTypeEnum value determining the type of the status.