AppointmentDependencyMappingInfo Properties
Provides information on the mapping of the appointment dependency properties to the appropriate data fields.| Name | Description |
|---|---|
| DependentId | Gets or sets the data field which an AppointmentDependency’s DependentId property is bound to. |
| DependentIdConversionBehavior | Gets or sets the converter position in the data processing chain between the data source and the object’s property. |
| DependentIdConverter | Gets or sets a value converter for the AppointmentDependency.DependentId property. |
| ParentId | Gets or sets the data field which an AppointmentDependency’s ParentId property is bound to. |
| ParentIdConversionBehavior | Gets or sets the converter position in the data processing chain between the data source and the object’s property. |
| ParentIdConverter | Gets or sets a value converter for the AppointmentDependency.ParentId property. |
| Type | Gets or sets the data field which an AppointmentDependency’s Type property is bound to. |
| TypeConversionBehavior | Gets or sets the converter position in the data processing chain between the data source and the object’s property. |
| TypeConverter | Gets or sets a value converter for the AppointmentDependency.Type property. |
See Also