OdataLocalization Class

Scanjour Workflow4 Reference Manual
Class responsible for getting localize messages using ODATA.
Inheritance Hierarchy

SystemObject
  Scanjour.Workflow4.Base.LocalizationOdataLocalization

Namespace:  Scanjour.Workflow4.Base.Localization
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public class OdataLocalization : ILocalization

The OdataLocalization type exposes the following members.

Constructors

  NameDescription
Public methodOdataLocalization(Uri)
Creates an instance of OdataLocalization.
Public methodOdataLocalization(Uri, String)
Creates an instance of OdataLocalization.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetCsvDelimiter
Public methodGetCulture
Public methodGetDisplayName
Public methodGetFormattedMessage(IEnumerableMessageEntry, String)
Returns the found errors is a string.
Public methodGetFormattedMessage(IEnumerableKeyValuePairInfoEnum, String, String) Obsolete.
Returns the found errors is a string.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetMessage(Enum, Object)
Retrieves a localized validation error, formatted with arguments. The localization is made with respect to the current user.
Public methodGetMessage(InfoEnum, Object)
Retrieves a localized validation error, formatted with arguments. The localization is made with respect to the current user.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodToString(Object)
Top
See Also

Reference