Delegate ServicePreferenceMappings.PreferenceMappingInfo.IndividualDecoder
Custom decoding from stored value to preference string value
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
Constructors
IndividualDecoder(object, IntPtr)
Custom decoding from stored value to preference string value
Declaration
public IndividualDecoder(object @object, IntPtr method)
Parameters
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
Returns
EndInvoke(IAsyncResult)
Custom decoding from stored value to preference string value
Declaration
public virtual string EndInvoke(IAsyncResult result)
Parameters
Returns
Invoke(string, string)
Custom decoding from stored value to preference string value
Declaration
public virtual string Invoke(string key, string rawValue)
Parameters
Returns
Extension Methods