[]
        
(Showing Draft Content)

C1.Schedule.Label

Label Class

The Label class represents the label which can be associated with the Appointment object.

Namespace: C1.Schedule
Assembly: C1.ScheduleCore.dll
Syntax
public class Label : BaseObject, INotifyPropertyChanged, ISerializable

Constructors

Name Description
Label()

Creates the new Label object with default parameters.

Label(Color, string, string)

Creates custom Label object with specified color, text and menu caption.

Label(Guid)

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

Label(int)

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

Label(SerializationInfo, StreamingContext)

Special constructor for deserialization.

Label(string)

Creates custom Label object with specified text.

Label(string, string)

Creates custom Label object with specified text and menu caption.