Click or drag to resize

UserProfileRole Property

프로그램의 권한 롤을 담고있는 사전값 - key : class_nm, value : Mcc.Series.Common.Type.RoleTypeClass() 객체 - 참조 DB table : HZPROGRAM, HZMENU, HZROLE, HZROLE_SUB, HZEMPL_ROLE

Namespace:  Mcc.Series.Common
Assembly:  Mcc.Series.Common (in Mcc.Series.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Dictionary<string, RoleTypeClass> Role { get; set; }

Property Value

Type: DictionaryString, RoleTypeClass
See Also