MessageEntry(InfoEnum, IEnumerableString) Constructor

Creates an instance of a MessageEntry with the localized text pointer and the parameters required to form the message.

Definition

Namespace: Scanjour.Workflow4.Base.Localization
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public MessageEntry(
	InfoEnum messageEnum,
	IEnumerable<string> parameters
)

Parameters

messageEnum  InfoEnum
Specifies (points out) the localized text that shall be used to format the message
parameters  IEnumerableString
The parameters used to fill out the parameter placeholders in the localized message.

See Also