AppointmentFields Class Members
In This Topic
The following tables list the members exposed by AppointmentFields.
Public Properties
| Name | Description |
 | Comparer | (Inherited from System.Collections.Generic.Dictionary<string,AppointmentField>) |
 | Count | (Inherited from System.Collections.Generic.Dictionary<string,AppointmentField>) |
 | Item | (Inherited from System.Collections.Generic.Dictionary<string,AppointmentField>) |
 | Keys | (Inherited from System.Collections.Generic.Dictionary<string,AppointmentField>) |
 | Values | (Inherited from System.Collections.Generic.Dictionary<string,AppointmentField>) |
Top
Public Methods
| Name | Description |
 | Add | (Inherited from System.Collections.Generic.Dictionary<string,AppointmentField>) |
 | Clear | (Inherited from System.Collections.Generic.Dictionary<string,AppointmentField>) |
 | ContainsKey | (Inherited from System.Collections.Generic.Dictionary<string,AppointmentField>) |
 | ContainsValue | (Inherited from System.Collections.Generic.Dictionary<string,AppointmentField>) |
 | Deserialize | 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. |
 | GetObjectData | (Inherited from System.Collections.Generic.Dictionary<string,AppointmentField>) |
 | OnDeserialization | (Inherited from System.Collections.Generic.Dictionary<string,AppointmentField>) |
 | Remove | (Inherited from System.Collections.Generic.Dictionary<string,AppointmentField>) |
 | Serialize | Serializes the appointment fields collection in a XML string. |
 | TryGetValue | (Inherited from System.Collections.Generic.Dictionary<string,AppointmentField>) |
Top
Public Events
| Name | Description |
 | FieldChanged | Fires when one of fields changes. |
Top
See Also