OpsAuthorizationEventArgs Constructor |
Namespace: Micros.PosCore.Extensibility.OpsAssembly: PosCore (in PosCore.dll) Version: 19.8
Syntaxpublic 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