DxSchedulerDataStorage Members
In This Article
#Constructors
Name | Description |
---|---|
Dx |
Initializes a new Dx |
#Properties
Name | Description |
---|---|
Appointment |
Specifies an object that defines how appointment label properties are mapped to data source fields. |
Appointment |
Specifies an appointment label data source. |
Appointment |
Specifies how the appointment properties are mapped to the data source fields. |
Appointments |
Specifies an appointment data source. |
Appointment |
Specifies an object that defines how status item properties are mapped to data source fields. |
Appointment |
Specifies an appointment status data source. |
Enable |
Specifies whether an appointment can be shared between multiple resources. |
Recurrence |
Specifies common settings for recurrent appointments. |
Resource |
Specifies how the resource properties are mapped to the data source fields. |
Resources |
Specifies a data source for the appointment’s resources. |
Time |
Specifies the time zone for the storage. |
#Methods
Name | Description |
---|---|
Copy |
Creates a copy of the appointment item. |
Create |
Creates a new appointment item. |
Create |
Creates a new label item. |
Create |
Creates a new resource item. |
Create |
Creates a new status item. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns an appointment with the specified identifier from the storage. |
Get |
Retrieves the collection of appointments that belong to the specified time interval. |
Get |
Returns all exceptions to the specified pattern. |
Get |
Returns all exceptions to a pattern that use the recurrence info with the specified identifier. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Returns a label with the specified identifier from the storage. |
Get |
Returns an occurrence or exception with the specified recurrence index from the recurring series specified by its pattern. |
Get |
Returns an occurrence or exception with the specified recurrence index from the recurring series specified by its recurrence info. |
Get |
Retrieves the collection of occurrences and exceptions that belong to the specified time interval. |
Get |
Retrieves the collection of occurrences and exceptions with the specified recurrence index that belong to the specified time interval. |
Get |
Returns a pattern of the specified occurrence or exception. |
Get |
Returns a pattern that has a recurrence information with the specified identifier. |
Get |
Returns a resource item with the specified identifier from the Scheduler’s data storage. |
Get |
Returns a collection of resource items with the specified identifiers from the Scheduler’s data storage. |
Get |
Returns a status with the specified identifier from the storage. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Refresh |
Reloads all scheduler items from the data source. |
Remove |
Removes the specified appointment from the storage. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also