Interface IEntityUdefHelperContainer
Interface implemented by containers of ser defined fields and used by the EntityUdefHelper.
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public interface IEntityUdefHelperContainer
Properties
UDefLarge
MainTableName exposing the UdXXLarge row, where XX represents the name of the parent table of the user defined field.
Declaration
TableRowBase UDefLarge { get; }
Property Value
Type | Description |
---|---|
TableRowBase |
UDefSmall
MainTableName exposing the UdXXSmall row, where XX represents the name of the parent table of the user defined field.
Declaration
TableRowBase UDefSmall { get; }
Property Value
Type | Description |
---|---|
TableRowBase |
Extension Methods
EnumUtil.MapEnums<From, To>(From)