Class UdefConvertHelper
This class contains helper functions for handling conversion of user-defined fields from one type to another.
Namespace: SuperOffice.Data
Assembly: SoDataBase.dll
Syntax
public class UdefConvertHelper : Object
Methods
Convert(Object, UDefFieldType, UDefFieldType, Int32, Int32, Int32)
This class contains helper functions for handling conversion of user-defined fields from one type to another.
Declaration
public static object Convert(object value, UDefFieldType sourceType, UDefFieldType targetType, int sourceListTableId, int sourceUdListDefinitionId, int sourceListItemId)
Parameters
Type | Name | Description |
---|---|---|
Object | value | |
UDefFieldType | sourceType | |
UDefFieldType | targetType | |
Int32 | sourceListTableId | |
Int32 | sourceUdListDefinitionId | |
Int32 | sourceListItemId |
Returns
Type | Description |
---|---|
Object |
Extension Methods
EnumUtil.MapEnums<From, To>(From)