Oracle® Fusion Middleware .NET API Reference for Identity Connector Framework  E57662-01
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | List of all members
Org.IdentityConnectors.Framework.Common.Objects.ConnectorMessages Interface Reference

Message catalog for a given connector. More...

Public Member Functions

String Format (String key, String dflt, params object[] args)
 Formats the given message key in the current UI culture. More...
 

Detailed Description

Message catalog for a given connector.

Member Function Documentation

String Org.IdentityConnectors.Framework.Common.Objects.ConnectorMessages.Format ( String  key,
String  dflt,
params object[]  args 
)

Formats the given message key in the current UI culture.

Parameters
keyThe message key to format.
dfltThe default message if key is not found. If null, defaults to key.
argsParameters with which to format the message.
Returns
The formatted string.

The documentation for this interface was generated from the following file: