MVCxAppointmentCustomFieldMappingCollection.Add Method
| Name | Parameters | Description |
|---|---|---|
| Add() | none | Creates and adds a new mapping to the collection of custom field mappings. |
| Add(ASPxAppointmentCustomFieldMapping) | mapping | Adds a specified mapping to the collection of custom field mappings. |
| Add(Action<ASPxAppointmentCustomFieldMapping>) | method | Adds a new mapping to the collection of custom field mappings and allows you to modify the mapping in a delegate method implementation. |
| Add(String, String) | name, member | Creates and adds a new mapping to the collection of custom field mappings. |