[]
The AppointmentFields dictionary contains all fields which can be used in a view.
public class AppointmentFields : Dictionary<string, AppointmentField>, IDictionary<string, AppointmentField>, ICollection<KeyValuePair<string, AppointmentField>>, IDictionary, ICollection, IReadOnlyDictionary<string, AppointmentField>, IReadOnlyCollection<KeyValuePair<string, AppointmentField>>, IEnumerable<KeyValuePair<string, AppointmentField>>, IEnumerable, ISerializable, IDeserializationCallback
Name | Description |
---|---|
Deserialize(string) | Deserializes the appointment fields collection from a given XML string. |
GetFieldsForView() | Returns dictionary of fields which should be used to display in view. This includes Id and all visible fields. |
OnFieldChanged() | Raises the FieldChanged event. |
Serialize() | Serializes the appointment fields collection in a XML string. |
Name | Description |
---|---|
FieldChanged | Fires when one of fields changes. |