Class UDefInfoProvider
Helper class for providers that support udef values
Namespace: SuperOffice.CRM.Entities.Providers
Assembly: SoDataBase.dll
Syntax
public class UDefInfoProvider : Object
Constructors
UDefInfoProvider()
Helper class for providers that support udef values
Declaration
public UDefInfoProvider()
Methods
GetUserDefinedDecimal(Int32, Int32, Double)
Helper class for providers that support udef values
Declaration
public string GetUserDefinedDecimal(int tableId, int fieldNo, double value)
Parameters
Type | Name | Description |
---|---|---|
Int32 | tableId | |
Int32 | fieldNo | |
Double | value |
Returns
Type | Description |
---|---|
String |
GetUserDefinedInt(Int32, Int32, Int32)
Helper class for providers that support udef values
Declaration
public string GetUserDefinedInt(int tableId, int fieldNo, int value)
Parameters
Type | Name | Description |
---|---|---|
Int32 | tableId | |
Int32 | fieldNo | |
Int32 | value |
Returns
Type | Description |
---|---|
String |
GetUserDefinedString(Int32, Int32, String)
Helper class for providers that support udef values
Declaration
public string GetUserDefinedString(int tableId, int fieldNo, string value)
Parameters
Type | Name | Description |
---|---|---|
Int32 | tableId | |
Int32 | fieldNo | |
String | value |
Returns
Type | Description |
---|---|
String |
Extension Methods
EnumUtil.MapEnums<From, To>(From)