Click or drag to resize

UserProfile Class

로그인한 사용자의 정보를 관리 하는 클래스
Inheritance Hierarchy
SystemObject
  Mcc.Series.CommonUserProfile

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 class UserProfile

The UserProfile type exposes the following members.

Constructors
  NameDescription
Public methodUserProfile
Initializes a new instance of the UserProfile class
Top
Properties
  NameDescription
Public propertyBookMarkMenu
사용자별 즐겨찾기 메뉴를 가지고있는 목록값 - value : menu id - 참조 DB table : HZEMPL_BOOKMARK
Public propertyCertiftDN
전자인증 DN값 소프트포럼인 경우에만 사용됨.
Public propertyCertiftID
전자인증 서버아이디 - 참조 DB Table : HZCERTIFY
Public propertyCertiftPWD
전자인증 서버비밀버번호 - 참조 DB Table : HZCERTIFY
Public propertyCertiftSuccess
전자인증 성공여부
Public propertyStatic memberCurrent
사용자 정보
Public propertyDeptCD
로그인 사용자 부서코드
Public propertyDeptCDNM
로그인 사용자 부서명
Public propertyDeptGB
로그인 사용자 소속구분
Public propertyDeptGBNM
로그인 사용자 소속명구분
Public propertyLoginID
로그인 ID 속성
Public propertyLoginIndexNo
로그인 INDEX 속성
Public propertyLoginNM
로그인 사용자 이름 입니다.
Public propertyLogInPrsnNo
로그인 사용자 주민번호
Public propertyMenu
사용자별 사용되는 메뉴를 담고있는 사전값 - key : menu id, value : menu name - 참조 DB table : HZPROGRAM, HZMENU, HZROLE, HZROLE_SUB, HZEMPL_ROLE
Public propertyPayWindowCD
로그인 사용자가 원무과인 경우 창구번호
Public propertyRole
프로그램의 권한 롤을 담고있는 사전값 - key : class_nm, value : Mcc.Series.Common.Type.RoleTypeClass() 객체 - 참조 DB table : HZPROGRAM, HZMENU, HZROLE, HZROLE_SUB, HZEMPL_ROLE
Public propertyRoleKey
프로그램의 권한롤 사전의 키값을 담고있는 사전값. - key : menu_no.ToString("00000000#") + class_nm, value : class_nm - 참조 DB table : HZPROGRAM, HZMENU, HZROLE, HZROLE_SUB, HZEMPL_ROLE
Public propertyUnUsedMenu
사용자별 사용되지 않는 메뉴를 담고있는 목록값 - value : menu id - 참조 DB table : HZPROGRAM, HZMENU, HZROLE, HZROLE_SUB, HZEMPL_ROLE
Public propertyWardCD
로그인 사용자 병동코드
Public propertyWardCDNM
로그인 사용자 병동명
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also