Click or drag to resize

UserProfileRoleKey Property

프로그램의 권한롤 사전의 키값을 담고있는 사전값. - key : menu_no.ToString("00000000#") + class_nm, value : class_nm - 참조 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, string> RoleKey { get; set; }

Property Value

Type: DictionaryString, String
See Also