DurationProperty Class
The DurationProperty class is used to define duration resolution, which is a time limit before something is due.
Assembly: Microsoft.Dynamics.AX.Framework.Workflow.Model (in Microsoft.Dynamics.AX.Framework.Workflow.Model.dll)
The resolution can be done by using one of the following ways:
-
Hour based. A number of hours using a calendar provider to skip non working hours. Defined using a DurationHourProperty class.
-
Day based. A number of days using a calendar provider to skip non working days. Defined using a DurationDayProperty class.
-
Week based. Defined using a DurationWeekProperty class.
-
Month based. Defined using a DurationMonthProperty class.
-
Year based. Defined using a DurationYearProperty class.
System.Object
Microsoft.Dynamics.AX.Framework.MetaModel.ModelElement
Microsoft.Dynamics.AX.Framework.MetaModel.PropertyElement
Microsoft.Dynamics.AX.Framework.MetaModel.CompositeProperty
Microsoft.Dynamics.AX.Framework.Workflow.Model.DurationProperty
Microsoft.Dynamics.AX.Framework.MetaModel.ModelElement
Microsoft.Dynamics.AX.Framework.MetaModel.PropertyElement
Microsoft.Dynamics.AX.Framework.MetaModel.CompositeProperty
Microsoft.Dynamics.AX.Framework.Workflow.Model.DurationProperty
Community Additions
ADD
Show: