[]
        
(Showing Draft Content)

C1.Schedule.Category

Category Class

The Category class represents the category which can be associated with the Appointment object.

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

Constructors

Name Description
Category()

Creates the new Category object.

Category(Guid)

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

Category(int)

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

Category(SerializationInfo, StreamingContext)

Special constructor for deserialization.

Category(string)

Creates custom Category object with specified text.