[]
The Category class represents the category which can be associated with the Appointment object.
public class Category : BaseObject, INotifyPropertyChanged, ISerializable
| 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. |