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()

Declaration
public UDefInfoProvider()

Methods

GetUserDefinedDecimal(Int32, Int32, Double)

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)

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)

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