Show / Hide Table of Contents

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

Inheritance
object
LiteralsOnlyBase
UdefFieldsProviderBase
UdefFieldsWithChangesProvider
Implements
ISoListProvider
ISoList
Inherited Members
UdefFieldsProviderBase.GetType(string)
UdefFieldsProviderBase.GetUDefFieldRowsAsync(string, Func<UDefType, Task<int>>, CancellationToken)
LiteralsOnlyBase.AddRawRootEnum<TEnum>(TEnum, string, bool)
LiteralsOnlyBase.ConstructAsync(string, string, int[], bool, string, bool, CancellationToken)
LiteralsOnlyBase.GetHistoryItemsAsync(CancellationToken)
LiteralsOnlyBase.ClearHistoryItems()
LiteralsOnlyBase.GetRootItemsAsync(CancellationToken)
LiteralsOnlyBase.GetHeadingItemsAsync(CancellationToken)
LiteralsOnlyBase.ListName
LiteralsOnlyBase.ExtraInfo
LiteralsOnlyBase.SearchValue
LiteralsOnlyBase.ForceFlatList
LiteralsOnlyBase.RawRootItems
LiteralsOnlyBase.RawHeadingItems
LiteralsOnlyBase.RawHistoryItems
LiteralsOnlyBase.HistoryIds
LiteralsOnlyBase.OnlyReadHistory
LiteralsOnlyBase.HistoryInfo
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
[MDOProviderPlugin("UdefFieldsWithChanges")]
public class UdefFieldsWithChangesProvider : UdefFieldsProviderBase, ISoListProvider, ISoList

Constructors

UdefFieldsWithChangesProvider(IUdefHelper)

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(IUdefHelper udefHelper)
Parameters
Type Name Description
IUdefHelper udefHelper

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

AddItemsAsync(CancellationToken)

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 Task AddItemsAsync(CancellationToken cancellationToken)
Parameters
Type Name Description
CancellationToken cancellationToken
Returns
Type Description
Task
Overrides
LiteralsOnlyBase.AddItemsAsync(CancellationToken)

Implements

ISoListProvider
ISoList

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top