Class UdefFieldsWithChangesProvider
Get a list of udef fields for a given type. 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("UdefFieldsWithChanges")]
public class UdefFieldsWithChangesProvider : UdefFieldsProviderBase, ISoListProvider, ISoList
Constructors
UdefFieldsWithChangesProvider()
Get a list of udef fields for a given type. Optionally it is possible to exclude page one fields by adding extrainfo ( 'Contact,excludepageone' )
Declaration
public UdefFieldsWithChangesProvider()
Fields
ProviderName
Get a list of udef fields for a given type. Optionally it is possible to exclude page one fields by adding extrainfo ( 'Contact,excludepageone' )
Declaration
public const string ProviderName = "UdefFieldsWithChanges"
Field Value
Type | Description |
---|---|
string |
Methods
AddItems()
Get a list of udef fields for a given type, with style hints and icon hints according to if the field is added, changed or deleted. Optionally it is possible to exclude page one fields by adding extrainfo ( 'Contact,excludepageone' )
Declaration
protected override void AddItems()