Click or drag to resize

RoleInfo Constructor

Namespace:  Omada.OE.Solution.OIM.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public RoleInfo(
	int id,
	int roleCategoryId,
	int roleTypeId,
	int orgUnitId,
	int roleFolderId
)

Parameters

id
Type: SystemInt32
roleCategoryId
Type: SystemInt32
roleTypeId
Type: SystemInt32
orgUnitId
Type: SystemInt32
roleFolderId
Type: SystemInt32
See Also