Class repFormOrders
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
This class contains the orders defined in a form.
public class repFormOrders : GenericEnumerator<repFormOrder>, IEnumerable
- Inheritance
-
repFormOrders
- Implements
- Inherited Members
- Extension Methods
Methods
GetAvailableFormOrders(Form)
This method is used to get the sub set of available form orders for this form.
public repFormOrders GetAvailableFormOrders(Form pForm)
Parameters
pForm
FormThe form this list is retrieved for. Used to evaluate script expressions if applicable.
Returns
- repFormOrders
A sub set with the available form orders.