AppointmentDependencyDataStorage Properties
A storage which holds a collection of appointment dependencies.
Name | Description |
---|---|
Auto |
Gets or sets whether dependencies are automatically fetched from the data source when it is modified. |
Count |
Retrieves the total number of dependencies stored in this Appointment |
Custom |
Provides access to the collection of objects specifying how the custom properties of an appointment dependency map to the corresponding data fields. |
Data |
Gets or sets the data source member which supplies data to the storage. |
Data |
Gets or sets the object used as the data source to store appointment dependencies. |
Filter | Gets or set an expression used as a criteria to filter dependencies in the storage. |
Filter |
Gets or sets the criteria to filter appointment dependencies in the storage. |
Is |
Determines whether or not this Appointment |
Item[Int32] |
Retrieves an appointment dependency from the Appointment |
Items |
Provides access to the Appointment |
Mappings | Gets an object that specifies bindings established between persistent properties of the appointment dependencies maintained by the current storage and appropriate fields in the data source. |
Storage |
Returns the Scheduler |
See Also