Delegate ServicePreferenceMappings.PreferenceMappingInfo.IndividualEncoder
Custom encoding from preference string value to stored value
Assembly: SoDataBase.dll
Syntax
public delegate string ServicePreferenceMappings.PreferenceMappingInfo.IndividualEncoder(string key, string currentField, string newPreference)
Parameters
| Type |
Name |
Description |
| string |
key |
Preference key
|
| string |
currentField |
The complete current stored value
|
| string |
newPreference |
The new value for the preference key, which might be a fragment of the complete stored value
|
Returns
Constructors
IndividualEncoder(object, IntPtr)
Custom encoding from preference string value to stored value
Declaration
public IndividualEncoder(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(string, string, string, AsyncCallback, object)
Custom encoding from preference string value to stored value
Declaration
public virtual IAsyncResult BeginInvoke(string key, string currentField, string newPreference, AsyncCallback callback, object @object)
Parameters
Returns
EndInvoke(IAsyncResult)
Custom encoding from preference string value to stored value
Declaration
public virtual string EndInvoke(IAsyncResult result)
Parameters
Returns
Invoke(string, string, string)
Custom encoding from preference string value to stored value
Declaration
public virtual string Invoke(string key, string currentField, string newPreference)
Parameters
Returns
Extension Methods