Show / Hide Table of Contents

Class DynamicExtenderAttribute

Attribute used to mark an extender that can be part of a dot-syntax provider

Inheritance
Object
PluginAttribute
PrioritizedPluginAttribute
DynamicExtenderAttribute
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class DynamicExtenderAttribute : PrioritizedPluginAttribute

Constructors

DynamicExtenderAttribute(String)

Mark an extender as handling a certain table, standard priority

Declaration
public DynamicExtenderAttribute(string handledTable)
Parameters
Type Name Description
String handledTable

Name of table handled by this extender

DynamicExtenderAttribute(String, Int32)

Mark an extender as handling a certain table, explicit priority

Declaration
public DynamicExtenderAttribute(string handledTable, int priority)
Parameters
Type Name Description
String handledTable

Name of table handled by this extender

Int32 priority

Priority, lowest number wins; default is int.MaxValue / 2

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