Class CustomObjectHelper
Inheritance
CustomObjectHelper
Assembly: SoDataBase.dll
Syntax
public static class CustomObjectHelper : Object
Methods
ForwardOrReverseJoin(ArchiveSelect, TableInfo, TableInfo, SoField)
Declaration
public static void ForwardOrReverseJoin(ArchiveSelect select, TableInfo tableToExtend, TableInfo targetTable, SoField relationField)
Parameters
MapSoTableToEntityType(SoTable)
Declaration
public static string MapSoTableToEntityType(SoTable relationTable)
Parameters
Type |
Name |
Description |
SoTable |
relationTable |
|
Returns
ResolveDisplayFieldName(SoField)
Declaration
public static string ResolveDisplayFieldName(SoField field)
Parameters
Type |
Name |
Description |
SoField |
field |
|
Returns
ResolveIcon(String)
Declaration
public static string ResolveIcon(string tableName)
Parameters
Type |
Name |
Description |
String |
tableName |
|
Returns
ResolveProviderName(SoField)
Declaration
public static string ResolveProviderName(SoField field)
Parameters
Type |
Name |
Description |
SoField |
field |
|
Returns
ResolveRelationField(SoField)
Declaration
public static string ResolveRelationField(SoField f)
Parameters
Returns
ShouldHideIdField(String)
Declaration
public static ValueTuple<bool, bool> ShouldHideIdField(string customObject)
Parameters
Type |
Name |
Description |
String |
customObject |
|
Returns