AppointmentFields Class Members
In This Topic
The following tables list the members exposed by AppointmentFields.
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Comparer | (Inherited from System.Collections.Generic.Dictionary<string,AppointmentField>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Count | (Inherited from System.Collections.Generic.Dictionary<string,AppointmentField>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Item | (Inherited from System.Collections.Generic.Dictionary<string,AppointmentField>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Keys | (Inherited from System.Collections.Generic.Dictionary<string,AppointmentField>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Values | (Inherited from System.Collections.Generic.Dictionary<string,AppointmentField>) |
Top
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Add | (Inherited from System.Collections.Generic.Dictionary<string,AppointmentField>) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Clear | (Inherited from System.Collections.Generic.Dictionary<string,AppointmentField>) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | ContainsKey | (Inherited from System.Collections.Generic.Dictionary<string,AppointmentField>) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | ContainsValue | (Inherited from System.Collections.Generic.Dictionary<string,AppointmentField>) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Deserialize | Deserializes the appointment fields collection from a given XML string. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetFieldsForView | Returns dictionary of fields which should be used to display in view. This includes Id and all visible fields. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetObjectData | (Inherited from System.Collections.Generic.Dictionary<string,AppointmentField>) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | OnDeserialization | (Inherited from System.Collections.Generic.Dictionary<string,AppointmentField>) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Remove | (Inherited from System.Collections.Generic.Dictionary<string,AppointmentField>) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Serialize | Serializes the appointment fields collection in a XML string. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | TryGetValue | (Inherited from System.Collections.Generic.Dictionary<string,AppointmentField>) |
Top
Public Events
| Name | Description |
![Public Event](template/packages/core-dotnet/images/publicEvent.png) | FieldChanged | Fires when one of fields changes. |
Top
See Also