Back to Devexpress

AppointmentDependencyMappingInfo Members

corelibraries-devexpress-dot-xtrascheduler-dot-appointmentdependencymappinginfo-dot-underscore-members.md

latest5.0 KB
Original Source

AppointmentDependencyMappingInfo Members

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

Constructors

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

Properties

NameDescription
DependentIdGets or sets the data field which an AppointmentDependency’s DependentId property is bound to.
DependentIdConversionBehaviorGets or sets the converter position in the data processing chain between the data source and the object’s property.
DependentIdConverterGets or sets a value converter for the AppointmentDependency.DependentId property.
ParentIdGets or sets the data field which an AppointmentDependency’s ParentId property is bound to.
ParentIdConversionBehaviorGets or sets the converter position in the data processing chain between the data source and the object’s property.
ParentIdConverterGets or sets a value converter for the AppointmentDependency.ParentId property.
TypeGets or sets the data field which an AppointmentDependency’s Type property is bound to.
TypeConversionBehaviorGets or sets the converter position in the data processing chain between the data source and the object’s property.
TypeConverterGets or sets a value converter for the AppointmentDependency.Type property.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

AppointmentDependencyMappingInfo Class

DevExpress.XtraScheduler Namespace