Show / Hide Table of Contents

Class UDefInfoProvider

Helper class for providers that support udef values

Inheritance
object
UDefInfoProvider
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Entities.Providers
Assembly: SoDataBase.dll
Syntax
public class UDefInfoProvider

Constructors

UDefInfoProvider()

Helper class for providers that support udef values

Declaration
public UDefInfoProvider()

Methods

GetUserDefinedDecimal(int, int, double)

Helper class for providers that support udef values

Declaration
public string GetUserDefinedDecimal(int tableId, int fieldNo, double value)
Parameters
Type Name Description
int tableId
int fieldNo
double value
Returns
Type Description
string

GetUserDefinedInt(int, int, int)

Helper class for providers that support udef values

Declaration
public string GetUserDefinedInt(int tableId, int fieldNo, int value)
Parameters
Type Name Description
int tableId
int fieldNo
int value
Returns
Type Description
string

GetUserDefinedString(int, int, string)

Helper class for providers that support udef values

Declaration
public string GetUserDefinedString(int tableId, int fieldNo, string value)
Parameters
Type Name Description
int tableId
int fieldNo
string value
Returns
Type Description
string

Extension Methods

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