[]
The Resource class represents the resource which can be associated with the Appointment object.
public class Resource : BaseObject, INotifyPropertyChanged, ISerializable
Name | Description |
---|---|
Resource() | Creates the new Resource object. |
Resource(Guid) | Initializes a new instance of the Resource class with the specified key. |
Resource(int) | Initializes a new instance of the Resource class with the specified key. |
Resource(SerializationInfo, StreamingContext) | Special constructor for deserialization. |