C# 클래스 ATMLManagerLibrary.managers.MessageManager

파일 보기 프로젝트 열기: UtrsSoftware/ATMLWorkBench 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CACHEMANAGER_NOCACHEERROR String
CAPABILITY_PORT_DELETE String
COMPONENT_ID String
CONNECTOR_ID String
CONNECTOR_LOCATION String
CONNECTOR_MATINGCONNECTORTYPE String
CONNECTOR_PINCONFIGURATION String
CONNECTOR_PINTYPE String
GENERIC_DELETE_PROMPT String
GENERIC_TITLE_VERIFICATION String

공개 메소드들

메소드 설명
ExportMessages ( ) : void
ImportMessages ( ) : void
getMessage ( String messageKey ) : String
saveMessage ( String messageKey, String newMessage ) : int

비공개 메소드들

메소드 설명
MessageManager ( ) : System
getInstance ( ) : MessageManager

메소드 상세

ExportMessages() 공개 정적인 메소드

public static ExportMessages ( ) : void
리턴 void

ImportMessages() 공개 정적인 메소드

public static ImportMessages ( ) : void
리턴 void

getMessage() 공개 정적인 메소드

public static getMessage ( String messageKey ) : String
messageKey String
리턴 String

saveMessage() 공개 정적인 메소드

public static saveMessage ( String messageKey, String newMessage ) : int
messageKey String
newMessage String
리턴 int

프로퍼티 상세

CACHEMANAGER_NOCACHEERROR 공개적으로 정적으로 프로퍼티

public static String CACHEMANAGER_NOCACHEERROR
리턴 String

CAPABILITY_PORT_DELETE 공개적으로 정적으로 프로퍼티

public static String CAPABILITY_PORT_DELETE
리턴 String

COMPONENT_ID 공개적으로 정적으로 프로퍼티

public static String COMPONENT_ID
리턴 String

CONNECTOR_ID 공개적으로 정적으로 프로퍼티

public static String CONNECTOR_ID
리턴 String

CONNECTOR_LOCATION 공개적으로 정적으로 프로퍼티

public static String CONNECTOR_LOCATION
리턴 String

CONNECTOR_MATINGCONNECTORTYPE 공개적으로 정적으로 프로퍼티

public static String CONNECTOR_MATINGCONNECTORTYPE
리턴 String

CONNECTOR_PINCONFIGURATION 공개적으로 정적으로 프로퍼티

public static String CONNECTOR_PINCONFIGURATION
리턴 String

CONNECTOR_PINTYPE 공개적으로 정적으로 프로퍼티

public static String CONNECTOR_PINTYPE
리턴 String

GENERIC_DELETE_PROMPT 공개적으로 정적으로 프로퍼티

public static String GENERIC_DELETE_PROMPT
리턴 String

GENERIC_TITLE_VERIFICATION 공개적으로 정적으로 프로퍼티

public static String GENERIC_TITLE_VERIFICATION
리턴 String