IHostConfigurationViewsChangeStatusPeriod Method

Shows the wizard for changing the status of a company period.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void ChangeStatusPeriod(
	long id,
	Action finishingAction = null
)

Parameters

id  Int64
Company period identifier.
finishingAction  Action  (Optional)
Action to execute after the status change is completed.

See Also