Click or drag to resize

OpsAuthorizationEventArgs Constructor

Initializes a new instance of the OpsAuthorizationEventArgs class

Namespace: Micros.PosCore.Extensibility.Ops
Assembly: PosCore (in PosCore.dll) Version: 19.8
Syntax
C#
public OpsAuthorizationEventArgs(
	long emplId,
	int emplObjNum,
	string firstName,
	string lastName,
	int privilege,
	string authText
)

Parameters

emplId  Int64
 
emplObjNum  Int32
 
firstName  String
 
lastName  String
 
privilege  Int32
 
authText  String
 
See Also