Dictionary :: temporaryName - Get unique name for temporary resource
The function provides a unique internal name with maximum 40 characters that can be used for creating temporary extents or other resources.
Return value:  Resource name ( odaba::String & )
The resource name is the name of a GUI or database definition resource associated with a context class instance.
Implementation overview
- Provide default name
 Dictionary :: temporaryName (  )
- Provide name with user prefix
 Dictionary :: temporaryName ( sPrefix )
Implementation details
- 
Provide default name
 odaba::String Dictionary  :: temporaryName (  )
 The default name is provided with the prefix '_tempExt' preceded by a unique number. to list
- 
Provide name with user prefix
 odaba::String Dictionary  :: temporaryName ( odaba::String &sPrefix )
 The name is provided with the prefix passed in prefix preceded by a unique number. - sPrefix - Prefix string
 to list

