Click or drag to resize

AuthUserInfo Constructor

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public AuthUserInfo(
	int userId,
	string userName,
	int personalGroupId,
	int customerId
)

Parameters

userId
Type: SystemInt32
userName
Type: SystemString
personalGroupId
Type: SystemInt32
customerId
Type: SystemInt32
See Also