Click or drag to resize

User Constructor (Int32, DataObjectType, Boolean)

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public User(
	int userId,
	DataObjectType userType,
	bool initGroupCollection
)

Parameters

userId
Type: SystemInt32
userType
Type: Omada.OE.ModelDataObjectType
initGroupCollection
Type: SystemBoolean
See Also