Manufacturings Class

Manufacturing profits class.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public class Manufacturings
Inheritance
Object    Manufacturings

Constructors

ManufacturingsInitializes a new instance of the Manufacturings class

Methods

CalculateMachineTimeEstimated Calculate the estimated time of the machine in the order phase.
CalculatePhaseCycles Calculate the cycles of the order phase.
CalculatePhaseDuration Calculate the duration of the phase.
CalculateQuantityIndivisible Calculate the indivisible quantity.
CalculateStaffTimeEstimated Calculate the estimated staff time in the order phase.
CalculateTimeActivity Calculates a time interval for an activity based on the dates, times and pause parameters.
IsOrderStatusBeforeStarting Indicates whether the status of the production order is a status before it is started.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also