Skip to main content

AppointmentDependencyMappingInfo Members

Provides information on the mapping of the appointment dependency properties to the appropriate data fields.

Constructors

Name Description
AppointmentDependencyMappingInfo() Initializes a new instance of the AppointmentDependencyMappingInfo class with the default settings.

Properties

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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetRequiredMappingNames() Gets an array containing the names of all the AppointmentDependencyMappingInfo object’s properties that have to be bound to corresponding data fields.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also