[]
        
(Showing Draft Content)

C1.Win.C1Schedule.AppointmentFields

AppointmentFields Class

The AppointmentFields dictionary contains all fields which can be used in a view.

Inheritance
AppointmentFields
Namespace: C1.Win.C1Schedule
Assembly: C1.Win.C1Schedule.Extended.4.8.dll
Syntax
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

Methods

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.

Events

Name Description
FieldChanged

Fires when one of fields changes.