Click or drag to resize

OdataLocalization Class

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: 24.5.0.0 (24.5.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 methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows 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 methodGetHashCodeServes 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 methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodToString(Object) 
Top
Extension Methods
See Also