Click or drag to resize

AppProfile Class

솔루션 실행시 시스템 정보.
Inheritance Hierarchy
System.Object
  Mcc.Series.Common.AppProfile

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 AppProfile

The AppProfile type exposes the following members.

Constructors
  NameDescription
Public methodAppProfile
Initializes a new instance of the AppProfile class
Top
Properties
  NameDescription
Public propertyAccessSequence
접근기록 PK
Public propertyActiveFormMenuID
현재 로드된 폼의 메뉴 ID
Public propertyBaseFont
Application 기본 폰트.
Public propertyComputerName
컴퓨터 이름
Public propertyStatic memberCurrent
사용사 시스템 정보 속성 입니다.
Public propertyDBType
시스템 운용시 사용되는 Data Base Type - 기본값은 오라클
Public propertyDefaultPrinter
시스템 기본 프린터명
Public propertyDeployHostURL
clickonce URL
Public propertyDesignMode
run 상태가 design mode 인가..
Public propertyEManualUrl
e - manual 주소
Public propertyHosptalRegistKey
사이트별 구분코드
Public propertyIpAddress
Ip Address
Public propertyIsRunBldListProcess
혈액은행 요청리스트를 실행하고 있는지 여부
Public propertyIsRunOtherProcess
프레임웍의 다른 프로세스가 실행되고 있는지 여부
Public propertyIsRunSignProcess
전자서명(전자동의서) 프로그램실행 여부
Public propertyKmiServerUrl
전자공인인증 서버주소
Public propertyLoadFormSeqDictionary
load 폼의 서브테이블 순번 pk
Public propertyMdiContainer
MDIContainer 폼 객채.
Public propertyMdiProgress
System의 메인 MDI창
Public propertyMuseServerUrl
MUSE 웹서버 주소
Public propertyNewPostServerUrl
신규 우편번호 API 웹서버 주소
Public propertyOCSWebServerUrl
OCS뷰어 웹서버 주소
Public propertyRemoteYN
원격지여부 체크
Public propertyReprotFileUrl
레포트 파일주소
Public propertyReprotServerUrl
레포트 서버주소
Public propertySystemGb
시스템구분
Public propertySystemName
시스템명
Public propertyUseDataBaseDictionary
시스템 사용 DB정보 설정
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