Class CurrentUdefFieldsProvider
Get a list of udef fields for a given type. Pass the type as AdditionalInfo. Optionally it is possible to exclude page one fields by adding extrainfo ( 'Contact,excludepageone' )
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("CurrentUdefFields")]
public class CurrentUdefFieldsProvider : UdefFieldsProviderBase, ISoListProvider, ISoList, IPlugin
Constructors
CurrentUdefFieldsProvider()
Get a list of udef fields for a given type. Pass the type as AdditionalInfo. Optionally it is possible to exclude page one fields by adding extrainfo ( 'Contact,excludepageone' )
Declaration
public CurrentUdefFieldsProvider()
Fields
ProviderName
Get a list of udef fields for a given type. Pass the type as AdditionalInfo. Optionally it is possible to exclude page one fields by adding extrainfo ( 'Contact,excludepageone' )
Declaration
public const string ProviderName = "CurrentUdefFields"
Field Value
Type | Description |
---|---|
String |
Methods
AddItems()
Get a list of udef fields for a given type. Pass the type as AdditionalInfo. Optionally it is possible to exclude page one fields by adding extrainfo ( 'Contact,excludepageone' )
Declaration
protected override void AddItems()
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)