Categorie: workflows Bijgewerkt: 2026-04-28 workflow commands decompiled ultimo-19.10

Workflow Commands — Reservation

Domein-overzicht van 77 workflow commands uit DLL Ultimo.Process.Business.Command.Reservation. Deze pagina lijst de classes die worden aangeroepen vanuit <Command CommandName="..."> in workflow-XML.

Baseline: Ultimo 19.10.11.414 (november 2019). Method-bodies kunnen in nieuwere versies afwijken; class-signatures (inputs/outputs) zijn doorgaans stabiel. Voor live-XML gebruik lookup_workflow(...) en raadpleeg de daadwerkelijke <Command>-aanroep.

Snel zoekenbewerken

Overzichtbewerken

Command Inputs Outputs Beschrijving
Equipment_GetAvailableEquipments StartTime: UltimoDateTime?, EndTime: UltimoDateTime?, Context: Context, LendOut?: bool?, EquipmentType?: IEquipmentType, EquipmentSqlFilter?: UltimoString, EquipmentsToCheck?: IList<IEquipment>, StatusToCheck?: Status Equipments: IList<UltimoString>, WhereClause: UltimoString
Equipment_GetAvailableEquipmentsFromEquipmentMoveLine Context: Context, EquipmentSqlFilter?: UltimoString WhereClause: UltimoString, FoundAtLeastOneEquipment: bool
Equipment_GetEquipmentLendability Equipment: IEquipment, StartTime?: UltimoDateTime?, EndTime?: UltimoDateTime? IsLendable: bool
Equipment_GetEquipmentReceivability Equipment: IEquipment IsReceivable: bool
JobTask_RecalculateJobStartDate JobTask: IJobTask
ReservableObjectType_DeterminePrice ReservableObjectType: IReservableObjectType, TariffGroup: ITariffGroup Price: CompanyMoney, HourPrice: CompanyMoney, UnitPrice: CompanyMoney, Vat?: IVat ReservableObjectType DeterminePrice
ReservableObjectType_SelectReservableObject ReservableObjectType: IReservableObjectType, ReservableObjectContext?: Context, ReservationOccurrence?: IReservationOccurrence, ReservationLine?: IReservationLine, ExcludeType?: ReservableType?, StartTime?: UltimoDateTime?, EndTime?: UltimoDateTime?, SelectUnavailable: bool ReservableObject?: IReservableObject ReservableObjectType_SelectReservableObject
ReservableObject_CheckAuthorized ReservableObject: IReservableObject IsAuthorized: bool Determines authorization for a reservable object based on a specific rule.
ReservableObject_CheckWorkSchedule ReservableObject: IReservableObject, StartTime: UltimoDateTime, EndTime: UltimoDateTime IsAvailable: bool
ReservableObject_CreateLabelsForObjects ReservableObjects: IList<IReservableObject> LabelCollection: IDictionary<IReservableObject, UltimoString>
ReservableObject_DeterminePrice ReservableObject: IReservableObject, TariffGroup: ITariffGroup Price: CompanyMoney, HourPrice: CompanyMoney, UnitPrice: CompanyMoney, Vat?: IVat Determine price.
ReservableObject_GetAvailableFilter StartTime: UltimoDateTime?, EndTime: UltimoDateTime?, LendOut?: bool, ReservableObjectAlias: string, ReservationLineAlias: string, JustReturnPreparationAndEndTimeFilter?: bool Filter: IUltimoFilter
ReservableObject_GetIncludedObjectsFilter Reservation: IReservation Filter: IUltimoFilter
ReservableObject_GetLabelFromCollection ReservableObject: IReservableObject, LabelCollection?: IDictionary<IReservableObject, UltimoString> Label: UltimoString
ReservableObject_ValidateAllowedToChangeAtTime ReservableObject?: IReservableObject, DateTime?: UltimoDateTime?, ExitException: bool ChangeAllowed: bool, Warning?: string Check the hours in advance people are allowed to change and request reservations.
ReservationLine_AddParts ReservationLine: IReservationLine
ReservationLine_AddPassNumber ReservationLines: List<IReservationLine>, PassNumbers: List<UltimoString>
ReservationLine_AssociatedLinesRemovalMessage ReservationLine: IReservationLine MessageArguments: string A rather complex message must be constructed
ReservationLine_CalculateCost ReservationLine: IReservationLine Calculate cost based on quantity, price and duration.
ReservationLine_CheckForAlreadySelectedReservableObjects ReservationLine: IReservationLine, StartTime: UltimoDateTime, EndTime: UltimoDateTime OverlappingReservationLines?: IList<IReservationLine>
ReservationLine_CheckIfLinesBecomeAvailable ChangedReservationLine: IReservationLine ConflictedReservationLines: IList<IReservationLine>, ConflictedReservationLinesForType: IList<IReservationLine> Check if another (conflicted) reservationline becomes a available.
ReservationLine_Copy ReservationLine: IReservationLine, OccurrenceToAddTo: IReservationOccurrence, StartTime: UltimoDateTime?, EndTime: UltimoDateTime? ReservationLineCopy: IReservationLine ReservationLine_Copy
ReservationLine_Delete ReservationLine: IReservationLine, DeleteChildReservationLines?: bool Delete reservationline and child lines if specified.
ReservationLine_DetermineTimes ReservationLine: IReservationLine ReservationLine_DetermineTimes
ReservationLine_FindChangedLines BaseReservationLine: IReservationLine, LinesToUpdate: IList<IReservationLine>, TextChanged: bool StandardLines: IList<IReservationLine>, ChangedLines: IList<IReservationLine>
ReservationLine_GetTimes ReservationLine: IReservationLine StartTime?: UltimoDateTime?, EndTime?: UltimoDateTime?
ReservationLine_MakePartOf ReservationLine: IReservationLine
ReservationLine_MergeList FirstList?: IList<IReservationLine>, SecondList?: IList<IReservationLine> Result: IList<IReservationLine>
ReservationLine_Process ReservationLine: IReservationLine CreatedJobs?: IList<IJob> Process a reservationline: add task to job per reservationoccurrence/servicedeskreporttype.
ReservationLine_ReservableObjectAssortmentCheck ReservationLine: IReservationLine
ReservationLine_ReservableObjectIsAvailable ReservationLine: IReservationLine, NoErrorOnOverlap?: bool? IsAvailable: bool Determines whether a reservable object is available in a period.
ReservationLine_RetrieveConflictingLines ReservationLine: IReservationLine ReservationLines?: IList<IReservationLine> ReservationLine_RetrieveConflictingLines
ReservationLine_SearchPartOfLines ReservationLines: IList<IReservationLine> PartOfLines: IList<IReservationLine>, LinesWithIgnoreEndTime: IList<IReservationLine>
ReservationLine_SendToExchange ReservationLine: IReservationLine Send reservation to exchange, or update existing appointment in exchange.
ReservationLine_Update ReservationLine: IReservationLine, ReservableObject?: IReservableObject, StartTime?: UltimoDateTime?, EndTime?: UltimoDateTime?, Quantity?: decimal?, SpaceSetup?: ISpaceSetup, NumberOfPersons?: int?, PreparationTime?: int?, CleanupTime?: int?, Text?: string, TextChanged?: bool ReservationLine_Update
ReservationLine_UpdateLines LinesToUpdate: IList<IReservationLine>, BaseReservationLine: IReservationLine, ReservableObject?: IReservableObject, StartTime?: UltimoDateTime?, EndTime?: UltimoDateTime?, Quantity?: decimal?, SpaceSetup?: ISpaceSetup, NumberOfPersons?: int? ReservationLine_UpdateLines
ReservationLines_GetFirst ReservationLines: IList<IReservationLine> ReservationLine: IReservationLine
ReservationLines_GetIgnoreEndTime ReservationLines: IList<IReservationLine> IgnoreEndTime: bool
ReservationOccurrence_AddReservableObject ReservationOccurrence: IReservationOccurrence, ReservableObject: IReservableObject, Quantity?: decimal, PartOfReservationLine?: IReservationLine, StartTime?: UltimoDateTime?, EndTime?: UltimoDateTime?, SpaceSetup?: ISpaceSetup, SearchMethod?: ReservationSearchSpaceMethod, ReservableObjectType?: IReservableObjectType, IncludedObject?: bool, NumberOfPersons?: int, Site?: ISite ReservationLine?: IReservationLine Create reservationline for reservableobject in occurrence.
ReservationOccurrence_AddReservableObjectRepeating ReservationOccurrence: IReservationOccurrence, ReservationOccurrencesToAdd: IList<IReservationOccurrence>, ReservableObject: IReservableObject, PartOfReservationLine?: IReservationLine, StartTime?: UltimoDateTime?, EndTime?: UltimoDateTime?, SpaceSetup?: ISpaceSetup, SearchMethod?: ReservationSearchSpaceMethod, Quantity?: decimal, ReservableObjectType?: IReservableObjectType, IncludedObject?: bool, NumberOfPersons?: int, Label?: UltimoString CreatedLines: IList<IReservationLine> ReservationOccurrence_AddReservableObjectRepeating
ReservationOccurrence_AdjustTime ReservationOccurrence: IReservationOccurrence ReservationLines: IList<IReservationLine>
ReservationOccurrence_CalculateValuesForCopyDialog SourceOccurrence: IReservationOccurrence LatestStartTimeString?: string, LatestStartTime?: Time Calculate the rounded current time and latest start time values for the ReservationOccurrence_SelectDateTimeToCopyTo dialog
ReservationOccurrence_CheckIfChangedSinceLastEmail ReservationOccurrence: IReservationOccurrence, ConsiderOccurrenceWithoutLastEmailDateAsChanged?: bool IsChanged: bool Check if the occurrence is changed since the last email notification was sent
ReservationOccurrence_Copy SourceOccurrence: IReservationOccurrence, NewStartDate?: UltimoDateTime? NewOccurrence?: IReservationOccurrence ReservationOccurrence_Copy
ReservationOccurrence_Delete ReservationOccurrence: IReservationOccurrence ReservationOccurrence_Delete
ReservationOccurrence_DetermineStatus ReservationOccurrence: IReservationOccurrence NewStatus: Status
ReservationOccurrence_FindChanged BaseReservationOccurrence: IReservationOccurrence, ReservationOccurrences: IList<IReservationOccurrence> StandardOccurrences: IList<IReservationOccurrence>, ChangedOccurrences: IList<IReservationOccurrence>
ReservationOccurrence_FindReservableObject ReservationOccurrence: IReservationOccurrence, ReservableObject: IReservableObject, StartTime?: UltimoDateTime?, EndTime?: UltimoDateTime?, PartOfReservationLine?: IReservationLine ReservationLine?: IReservationLine ReservationOccurrence_FindReservableObject
ReservationOccurrence_GetCanHaveParts ReservationOccurrence: IReservationOccurrence ReservationLines: IList<IReservationLine>, ReservationLine?: IReservationLine
ReservationOccurrence_GetFollowingOccurrences ReservationOccurrence: IReservationOccurrence, Statuses?: IList<Status>, IncludeCurrentOccurrence?: bool? FollowingReservationOccurrences: IList<IReservationOccurrence> ReservationOccurrence_GetFollowingOccurrences
ReservationOccurrence_GetFollowingOccurrencesCount ReservationOccurrence: IReservationOccurrence, Statuses?: IList<Status>, IncludeCurrentOccurrence?: bool? FollowingReservationOccurrencesCount: long ReservationOccurrence_GetFollowingOccurrencesCount
ReservationOccurrence_GetFollowingOccurrencesFilter ReservationOccurrence: IReservationOccurrence, Statuses?: IList<Status>, IncludeCurrentOccurrence?: bool GetFollowingOccurrencesFilter: SelectionOptions ReservationOccurrence_GetFollowingOccurrencesFilter
ReservationOccurrence_GetLinesInMoment ReservationOccurrence: IReservationOccurrence, PartOfReservationLine?: IReservationLine, ReservableType: string, ReservableContext: Context, StartTime: UltimoDateTime?, EndTime: UltimoDateTime? ReservationLines: IList<IReservationLine>
ReservationOccurrence_MergeList FirstList?: IList<IReservationOccurrence>, SecondList?: IList<IReservationOccurrence> Result: IList<IReservationOccurrence>
ReservationOccurrence_QueryForAlreadySelectedReservableObjects ReservationOccurrence: IReservationOccurrence, StartTime: UltimoDateTime, EndTime: UltimoDateTime, Selectable: string Subquery: Subquery
ReservationOccurrence_UpdateLastChange OnlyUpdateFailed: bool
Reservation_ChangeStartTime Occurrence: IReservationOccurrence, Difference: Duration
Reservation_CreateDefaultTimeslotPattern Reservation: IReservation Create default timepattern to use for a reservaton.
Reservation_CreateOccurrences Reservation: IReservation FirstCreatedOccurrence?: IReservationOccurrence Copy first occurrence to the new ones created according to timepattern.
Reservation_DetermineTariffGroup Reservation: IReservation TariffGroup?: ITariffGroup Reservation_DetermineTariffGroup
Reservation_GetAssortmentFilter Department?: IDepartment, CostCenter?: ICostCenter, Alias?: string, AssortmentId?: string Filter?: IUltimoFilter
Reservation_GetAttendees Reservation: IReservation Employees: IList<IEmployee> Get the attendees of a reservation
Reservation_GetConflictingOccurrences Reservation: IReservation Reservation_GetConflictingOccurrences
Reservation_GetDetailsForOccurrences Reservation?: IReservation, ReservationOccurrence?: IReservationOccurrence, ReservationOccurrenceEmailSendMethod?: ReservationOccurrenceEmailSendMethod?, ConsiderOccurrenceWithoutLastEmailDateAsChanged?: bool, IncludeCostInfo?: bool, IncludeCanceledLinesWithoutCost?: bool, IncludeCanceledLinesWithCost?: bool, IncludeLinesNotChangedSinceLastEmail?: bool, MaxNumberOfOccurrencesToReturn?: int? NumberOfOccurrences?: int?, OccurrencesWithDetails: IList<WorkflowDictionary<object>>, VatPercentagesWithValues?: IList<WorkflowDictionary<object>>, TotalVatForAllPercentages?: CompanyMoney Returns a list of dictionaries with fields for the releveant details of (each) occurrence (of given reservation)
Reservation_GetFirstOccurrence Reservation: IReservation ReservationOccurrence: IReservationOccurrence Reservation_GetFirstOccurrence
Reservation_GetOccurrencesChangedSinceLastEmail Reservation: IReservation, IncludeOccurrencesBeforeToday?: bool, IncludeOccurrencesWithoutLastEmailDate?: bool ChangedOccurrences: IList<IReservationOccurrence> Returns the occurrences that were changed since the last email notification was sent
Reservation_GetOrCreateReservationOccurrence Reservation: IReservation, Context?: Context, StartTime?: UltimoDateTime?, EndTime?: UltimoDateTime? ReservationOccurrence: IReservationOccurrence
Reservation_GetReservationsByStatus Status: Status, FromDate: UltimoDateTime? Reservations: IList<IReservation> Get reservations with a status since the FromDate
Reservation_GetReservedLines CurrentOccurrence: IReservationOccurrence, ReservationOccurrenceFindMethod: ReservationOccurrenceFindMethod, DateTill?: Date? ReservationLines: IList<IReservationLine>
Reservation_GetSiteFilter SearchChildSites?: bool, ShowObjectsWithoutSite?: bool?, SiteId?: string, Alias?: string Filter?: IUltimoFilter
Reservation_GetStartAndEndDatesFromPattern Reservation: IReservation StartDate?: UltimoDateTime?, EndDate?: UltimoDateTime? Returns the StartDate and EndDate based on the first and last occurrence as determined by the pattern of a Reservation
Reservation_SearchDefaultArticles ReservationOccurrence: IReservationOccurrence, ReservationLine?: IReservationLine DefaultArticles?: IList<IReservableObject>
Reservation_SetDateFromPattern Reservation: IReservation Reservation_SetDateFromPattern
Reservation_SetFirstOccurrenceDates Reservation: IReservation
Reservation_UpdateTimePattern Reservation: IReservation
Reservation_ValidateMaximizedDateAgainstDate EndDate: Date? Check the maximized time in advance people are allowed to make reservations.
Reservation_ValidateMaximizedDateAgainstReservation Reservation: IReservation Check the maximized time in advance people are allowed to make reservations.

Details per commandbewerken

Equipment_GetAvailableEquipmentsbewerken

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.Equipment/Equipment_GetAvailableEquipments.cs

Equipment_GetAvailableEquipmentsFromEquipmentMoveLinebewerken

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.Equipment/Equipment_GetAvailableEquipmentsFromEquipmentMoveLine.cs

Equipment_GetEquipmentLendabilitybewerken

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.Equipment/Equipment_GetEquipmentLendability.cs

Equipment_GetEquipmentReceivabilitybewerken

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.Equipment/Equipment_GetEquipmentReceivability.cs

JobTask_RecalculateJobStartDatebewerken

Inputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.JobTask/JobTask_RecalculateJobStartDate.cs

ReservableObjectType_DeterminePricebewerken

ReservableObjectType DeterminePrice

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservableObjectType/ReservableObjectType_DeterminePrice.cs

ReservableObjectType_SelectReservableObjectbewerken

ReservableObjectType_SelectReservableObject

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservableObjectType/ReservableObjectType_SelectReservableObject.cs

ReservableObject_CheckAuthorizedbewerken

Determines authorization for a reservable object based on a specific rule.

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservableObject/ReservableObject_CheckAuthorized.cs

ReservableObject_CheckWorkSchedulebewerken

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservableObject/ReservableObject_CheckWorkSchedule.cs

ReservableObject_CreateLabelsForObjectsbewerken

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservableObject/ReservableObject_CreateLabelsForObjects.cs

ReservableObject_DeterminePricebewerken

Determine price.

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservableObject/ReservableObject_DeterminePrice.cs

ReservableObject_GetAvailableFilterbewerken

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservableObject/ReservableObject_GetAvailableFilter.cs

ReservableObject_GetIncludedObjectsFilterbewerken

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservableObject/ReservableObject_GetIncludedObjectsFilter.cs

ReservableObject_GetLabelFromCollectionbewerken

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservableObject/ReservableObject_GetLabelFromCollection.cs

ReservableObject_ValidateAllowedToChangeAtTimebewerken

Check the hours in advance people are allowed to change and request reservations.

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.Reservation/ReservableObject_ValidateAllowedToChangeAtTime.cs

ReservationLine_AddPartsbewerken

Inputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationLine/ReservationLine_AddParts.cs

ReservationLine_AddPassNumberbewerken

Inputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationLine/ReservationLine_AddPassNumber.cs

ReservationLine_AssociatedLinesRemovalMessagebewerken

A rather complex message must be constructed

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationLine/ReservationLine_AssociatedLinesRemovalMessage.cs

ReservationLine_CalculateCostbewerken

Calculate cost based on quantity, price and duration.

Inputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationLine/ReservationLine_CalculateCost.cs

ReservationLine_CheckForAlreadySelectedReservableObjectsbewerken

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationLine/ReservationLine_CheckForAlreadySelectedReservableObjects.cs

ReservationLine_CheckIfLinesBecomeAvailablebewerken

Check if another (conflicted) reservationline becomes a available.

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationLine/ReservationLine_CheckIfLinesBecomeAvailable.cs

ReservationLine_Copybewerken

ReservationLine_Copy

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationLine/ReservationLine_Copy.cs

ReservationLine_Deletebewerken

Delete reservationline and child lines if specified.

Inputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationLine/ReservationLine_Delete.cs

ReservationLine_DetermineTimesbewerken

ReservationLine_DetermineTimes

Inputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationLine/ReservationLine_DetermineTimes.cs

ReservationLine_FindChangedLinesbewerken

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationLine/ReservationLine_FindChangedLines.cs

ReservationLine_GetTimesbewerken

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationLine/ReservationLine_GetTimes.cs

ReservationLine_MakePartOfbewerken

Inputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationLine/ReservationLine_MakePartOf.cs

ReservationLine_MergeListbewerken

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationLine/ReservationLine_MergeList.cs

ReservationLine_Processbewerken

Process a reservationline: add task to job per reservationoccurrence/servicedeskreporttype.

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationLine/ReservationLine_Process.cs

ReservationLine_ReservableObjectAssortmentCheckbewerken

Inputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationLine/ReservationLine_ReservableObjectAssortmentCheck.cs

ReservationLine_ReservableObjectIsAvailablebewerken

Determines whether a reservable object is available in a period.

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservableObject/ReservationLine_ReservableObjectIsAvailable.cs

ReservationLine_RetrieveConflictingLinesbewerken

ReservationLine_RetrieveConflictingLines

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationLine/ReservationLine_RetrieveConflictingLines.cs

ReservationLine_SearchPartOfLinesbewerken

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationLine/ReservationLine_SearchPartOfLines.cs

ReservationLine_SendToExchangebewerken

Send reservation to exchange, or update existing appointment in exchange.

Inputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationLine/ReservationLine_SendToExchange.cs

ReservationLine_Updatebewerken

ReservationLine_Update

Inputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationLine/ReservationLine_Update.cs

ReservationLine_UpdateLinesbewerken

ReservationLine_UpdateLines

Inputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationLine/ReservationLine_UpdateLines.cs

ReservationLines_GetFirstbewerken

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationLine/ReservationLines_GetFirst.cs

ReservationLines_GetIgnoreEndTimebewerken

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationLine/ReservationLines_GetIgnoreEndTime.cs

ReservationOccurrence_AddReservableObjectbewerken

Create reservationline for reservableobject in occurrence.

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationOccurrence/ReservationOccurrence_AddReservableObject.cs

ReservationOccurrence_AddReservableObjectRepeatingbewerken

ReservationOccurrence_AddReservableObjectRepeating

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationOccurrence/ReservationOccurrence_AddReservableObjectRepeating.cs

ReservationOccurrence_AdjustTimebewerken

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationOccurrence/ReservationOccurrence_AdjustTime.cs

ReservationOccurrence_CalculateValuesForCopyDialogbewerken

Calculate the rounded current time and latest start time values for the ReservationOccurrence_SelectDateTimeToCopyTo dialog

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation/ReservationOccurrence_CalculateValuesForCopyDialog.cs

ReservationOccurrence_CheckIfChangedSinceLastEmailbewerken

Check if the occurrence is changed since the last email notification was sent

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationOccurrence/ReservationOccurrence_CheckIfChangedSinceLastEmail.cs

ReservationOccurrence_Copybewerken

ReservationOccurrence_Copy

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation/ReservationOccurrence_Copy.cs

ReservationOccurrence_Deletebewerken

ReservationOccurrence_Delete

Inputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationOccurrence/ReservationOccurrence_Delete.cs

ReservationOccurrence_DetermineStatusbewerken

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationOccurrence/ReservationOccurrence_DetermineStatus.cs

ReservationOccurrence_FindChangedbewerken

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationOccurrence/ReservationOccurrence_FindChanged.cs

ReservationOccurrence_FindReservableObjectbewerken

ReservationOccurrence_FindReservableObject

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationOccurrence/ReservationOccurrence_FindReservableObject.cs

ReservationOccurrence_GetCanHavePartsbewerken

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationOccurrence/ReservationOccurrence_GetCanHaveParts.cs

ReservationOccurrence_GetFollowingOccurrencesbewerken

ReservationOccurrence_GetFollowingOccurrences

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationOccurrence/ReservationOccurrence_GetFollowingOccurrences.cs

ReservationOccurrence_GetFollowingOccurrencesCountbewerken

ReservationOccurrence_GetFollowingOccurrencesCount

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationOccurrence/ReservationOccurrence_GetFollowingOccurrencesCount.cs

ReservationOccurrence_GetFollowingOccurrencesFilterbewerken

ReservationOccurrence_GetFollowingOccurrencesFilter

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationOccurrence/ReservationOccurrence_GetFollowingOccurrencesFilter.cs

ReservationOccurrence_GetLinesInMomentbewerken

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationOccurrence/ReservationOccurrence_GetLinesInMoment.cs

ReservationOccurrence_MergeListbewerken

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationOccurrence/ReservationOccurrence_MergeList.cs

ReservationOccurrence_QueryForAlreadySelectedReservableObjectsbewerken

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationOccurrence/ReservationOccurrence_QueryForAlreadySelectedReservableObjects.cs

ReservationOccurrence_UpdateLastChangebewerken

Inputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.ReservationOccurrence/ReservationOccurrence_UpdateLastChange.cs

Reservation_ChangeStartTimebewerken

Inputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.Reservation/Reservation_ChangeStartTime.cs

Reservation_CreateDefaultTimeslotPatternbewerken

Create default timepattern to use for a reservaton.

Inputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.Reservation/Reservation_CreateDefaultTimeslotPattern.cs

Reservation_CreateOccurrencesbewerken

Copy first occurrence to the new ones created according to timepattern.

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.Reservation/Reservation_CreateOccurrences.cs

Reservation_DetermineTariffGroupbewerken

Reservation_DetermineTariffGroup

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.Reservation/Reservation_DetermineTariffGroup.cs

Reservation_GetAssortmentFilterbewerken

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.Reservation/Reservation_GetAssortmentFilter.cs

Reservation_GetAttendeesbewerken

Get the attendees of a reservation

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.Reservation/Reservation_GetAttendees.cs

Reservation_GetConflictingOccurrencesbewerken

Reservation_GetConflictingOccurrences

Inputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.Reservation/Reservation_GetConflictingOccurrences.cs

Reservation_GetDetailsForOccurrencesbewerken

Returns a list of dictionaries with fields for the releveant details of (each) occurrence (of given reservation)

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.Reservation/Reservation_GetDetailsForOccurrences.cs

Reservation_GetFirstOccurrencebewerken

Reservation_GetFirstOccurrence

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.Reservation/Reservation_GetFirstOccurrence.cs

Reservation_GetOccurrencesChangedSinceLastEmailbewerken

Returns the occurrences that were changed since the last email notification was sent

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.Reservation/Reservation_GetOccurrencesChangedSinceLastEmail.cs

Reservation_GetOrCreateReservationOccurrencebewerken

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.Reservation/Reservation_GetOrCreateReservationOccurrence.cs

Reservation_GetReservationsByStatusbewerken

Get reservations with a status since the FromDate

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.Reservation/Reservation_GetReservationsByStatus.cs

Reservation_GetReservedLinesbewerken

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.Reservation/Reservation_GetReservedLines.cs

Reservation_GetSiteFilterbewerken

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.Reservation/Reservation_GetSiteFilter.cs

Reservation_GetStartAndEndDatesFromPatternbewerken

Returns the StartDate and EndDate based on the first and last occurrence as determined by the pattern of a Reservation

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.Reservation/Reservation_GetStartAndEndDatesFromPattern.cs

Reservation_SearchDefaultArticlesbewerken

Inputs

Outputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.Reservation/Reservation_SearchDefaultArticles.cs

Reservation_SetDateFromPatternbewerken

Reservation_SetDateFromPattern

Inputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.Reservation/Reservation_SetDateFromPattern.cs

Reservation_SetFirstOccurrenceDatesbewerken

Inputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.Reservation/Reservation_SetFirstOccurrenceDates.cs

Reservation_UpdateTimePatternbewerken

Inputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.Reservation/Reservation_UpdateTimePattern.cs

Reservation_ValidateMaximizedDateAgainstDatebewerken

Check the maximized time in advance people are allowed to make reservations.

Inputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.Reservation/Reservation_ValidateMaximizedDateAgainstDate.cs

Reservation_ValidateMaximizedDateAgainstReservationbewerken

Check the maximized time in advance people are allowed to make reservations.

Inputs

Bron: Ultimo.Process.Business.Command.Reservation/Ultimo.Process.Business.Command.Reservation.Reservation/Reservation_ValidateMaximizedDateAgainstReservation.cs

Brondatabewerken

Let op: De tabel hierboven is gegenereerd uit decompiled 19.10 broncode. Voor het exact aanroepen van een command in een workflow gebruik de tool-calls hieronder.

Zie ookbewerken