deHolidaySchedule Members
The deHolidaySchedule type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
deHolidaySchedule(String, String, String, IErrorProvider) |
Initializes a new instance of the deHolidaySchedule class.
|
|
|
deHolidaySchedule(deUserSession, String) |
Initializes a new instance of the deHolidaySchedule class.
|
|
|
deHolidaySchedule(String, String, String, String) |
Initializes a new instance of the deHolidaySchedule class.
|
Methods
| Name | Description | |
|---|---|---|
|
|
copyHolidaySchedule |
Copies the holiday schedule.
|
|
|
createScheduleItem |
Creates the schedule item.
|
|
|
export |
Exports the specified s schedule identifier.
|
|
|
getAllHolidayItemsData |
Gets all holidays for a schedule
|
|
|
getComputedDateTime |
Returns the calculated date based on holiday and weekend flag
|
|
|
getCurrentUser |
Gets the current user.
(Inherited from deAPIBase.) |
|
|
getHolidayData |
Gets Holiday item data by holiday itemID
|
|
|
getHolidayItemUsingDateData |
Gets Holiday Item by start and end date
|
|
|
getProperties |
Gets the properties.
|
|
|
getProperty(String) |
get property value
(Inherited from deAPIBase.) |
|
|
getProperty<(Of <<'(T>)>>)(String) |
Gets the property.
(Inherited from deAPIBase.) |
|
|
getTenant |
Returns the current tenant
(Inherited from deAPIBase.) |
|
|
getTenantID |
Returns tenant id
(Inherited from deAPIBase.) |
|
|
getTotalHolidays |
Gets the total count of holiday items
|
|
|
getUserSession |
Gets the user session.
(Inherited from deAPIBase.) |
|
|
hasHolidayItem |
Checks if holiday item alreay exists for a schedule
|
|
|
isHoliday |
Checks if holiday date alreay exists for a schedule
|
|
|
removeHolidayItem |
Removes the holiday item ID
|
|
|
removeHolidayScheduleItems |
Removes the holiday Schedule items
|
|
|
updateProperties |
Updates the properties.
|
|
|
updateScheduleItem |
Updates the schedule item.
|
Properties
| Name | Description | |
|---|---|---|
|
|
connectionString |
gets the connection string for the database
(Inherited from deAPIBase.) |
|
|
errorMsg |
return last error message
(Inherited from deAPIBase.) |
|
|
externalUserID |
Gets the external user identifier.
(Inherited from deAPIBase.) |
|
|
isMasterTenant |
return if the session is for the master tenant
(Inherited from deAPIBase.) |
|
|
isMultiTenant |
returns if the API is being used on multi-tenant mode
(Inherited from deAPIBase.) |
|
|
oErrorProvider |
Gets the o error provider.
(Inherited from deAPIBase.) |
|
|
scheduleID |
Gets the schedule identifier.
|
|
|
tenantMasterConnectionString |
gets the tenant master database connection string
(Inherited from deAPIBase.) |
|
|
workflowUserID |
returns the user id
(Inherited from deAPIBase.) |

