Click or drag to resize

PosModelExtensionsFindActivePosOperatorT Method (T)

Find active POS operator for the currently logged-in user for the model's transaction

Namespace:  Aloe.EnterpriseOne.Model.Crm.Pos
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public static Operator FindActivePosOperator<T>(
	this T posModel
)
where T : EnterpriseOneEntityObject, IPosModel

Parameters

posModel
Type: T
Self-reference

Type Parameters

T
Type of the model

Return Value

Type: Operator
Pos operator

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also