C# Class ATMLManagerLibrary.managers.MessageManager

Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
ExportMessages ( ) : void
ImportMessages ( ) : void
getMessage ( String messageKey ) : String
saveMessage ( String messageKey, String newMessage ) : int

Private Methods

Method Description
MessageManager ( ) : System
getInstance ( ) : MessageManager

Method Details

ExportMessages() public static method

public static ExportMessages ( ) : void
return void

ImportMessages() public static method

public static ImportMessages ( ) : void
return void

getMessage() public static method

public static getMessage ( String messageKey ) : String
messageKey String
return String

saveMessage() public static method

public static saveMessage ( String messageKey, String newMessage ) : int
messageKey String
newMessage String
return int

Property Details

CACHEMANAGER_NOCACHEERROR public_oe static_oe property

public static String CACHEMANAGER_NOCACHEERROR
return String

CAPABILITY_PORT_DELETE public_oe static_oe property

public static String CAPABILITY_PORT_DELETE
return String

COMPONENT_ID public_oe static_oe property

public static String COMPONENT_ID
return String

CONNECTOR_ID public_oe static_oe property

public static String CONNECTOR_ID
return String

CONNECTOR_LOCATION public_oe static_oe property

public static String CONNECTOR_LOCATION
return String

CONNECTOR_MATINGCONNECTORTYPE public_oe static_oe property

public static String CONNECTOR_MATINGCONNECTORTYPE
return String

CONNECTOR_PINCONFIGURATION public_oe static_oe property

public static String CONNECTOR_PINCONFIGURATION
return String

CONNECTOR_PINTYPE public_oe static_oe property

public static String CONNECTOR_PINTYPE
return String

GENERIC_DELETE_PROMPT public_oe static_oe property

public static String GENERIC_DELETE_PROMPT
return String

GENERIC_TITLE_VERIFICATION public_oe static_oe property

public static String GENERIC_TITLE_VERIFICATION
return String