Show / Hide Table of Contents

Delegate ServicePreferenceMappings.PreferenceMappingInfo.IndividualDecoder

Custom decoding from stored value to preference string value

Namespace: SuperOffice.Data
Assembly: SoDataBase.dll
Syntax
public delegate string ServicePreferenceMappings.PreferenceMappingInfo.IndividualDecoder(string key, string rawValue)
Parameters
Type Name Description
string key

Preference key

string rawValue

Stored value

Returns
Type Description
string

Constructors

IndividualDecoder(object, IntPtr)

Custom decoding from stored value to preference string value

Declaration
public IndividualDecoder(object @object, IntPtr method)
Parameters
Type Name Description
object object
IntPtr method

Methods

BeginInvoke(string, string, AsyncCallback, object)

Custom decoding from stored value to preference string value

Declaration
public virtual IAsyncResult BeginInvoke(string key, string rawValue, AsyncCallback callback, object @object)
Parameters
Type Name Description
string key
string rawValue
AsyncCallback callback
object object
Returns
Type Description
IAsyncResult

EndInvoke(IAsyncResult)

Custom decoding from stored value to preference string value

Declaration
public virtual string EndInvoke(IAsyncResult result)
Parameters
Type Name Description
IAsyncResult result
Returns
Type Description
string

Invoke(string, string)

Custom decoding from stored value to preference string value

Declaration
public virtual string Invoke(string key, string rawValue)
Parameters
Type Name Description
string key
string rawValue
Returns
Type Description
string

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top