Show / Hide Table of Contents

Class ArchiveExtenderExtenderAttribute

This attribute marks an archive extender extender, i.e., a class that adds columns to an existing provider by joining in additional tables. Extenders are themselves extensible, enabling arbitrary chains. Note that the complexity of the query will keep growing, too. A class marked with this attribute must implement the IArchiveExtender interface. The class ExtenderBase is a recommended base class.

Inheritance
object
Attribute
PluginAttribute
PrioritizedPluginAttribute
ArchiveExtenderExtenderAttribute
Inherited Members
Attribute.GetCustomAttributes(MemberInfo, Type)
Attribute.GetCustomAttributes(MemberInfo, Type, bool)
Attribute.GetCustomAttributes(MemberInfo)
Attribute.GetCustomAttributes(MemberInfo, bool)
Attribute.IsDefined(MemberInfo, Type)
Attribute.IsDefined(MemberInfo, Type, bool)
Attribute.GetCustomAttribute(MemberInfo, Type)
Attribute.GetCustomAttribute(MemberInfo, Type, bool)
Attribute.GetCustomAttributes(ParameterInfo)
Attribute.GetCustomAttributes(ParameterInfo, Type)
Attribute.GetCustomAttributes(ParameterInfo, Type, bool)
Attribute.GetCustomAttributes(ParameterInfo, bool)
Attribute.IsDefined(ParameterInfo, Type)
Attribute.IsDefined(ParameterInfo, Type, bool)
Attribute.GetCustomAttribute(ParameterInfo, Type)
Attribute.GetCustomAttribute(ParameterInfo, Type, bool)
Attribute.GetCustomAttributes(Module, Type)
Attribute.GetCustomAttributes(Module)
Attribute.GetCustomAttributes(Module, bool)
Attribute.GetCustomAttributes(Module, Type, bool)
Attribute.IsDefined(Module, Type)
Attribute.IsDefined(Module, Type, bool)
Attribute.GetCustomAttribute(Module, Type)
Attribute.GetCustomAttribute(Module, Type, bool)
Attribute.GetCustomAttributes(Assembly, Type)
Attribute.GetCustomAttributes(Assembly, Type, bool)
Attribute.GetCustomAttributes(Assembly)
Attribute.GetCustomAttributes(Assembly, bool)
Attribute.IsDefined(Assembly, Type)
Attribute.IsDefined(Assembly, Type, bool)
Attribute.GetCustomAttribute(Assembly, Type)
Attribute.GetCustomAttribute(Assembly, Type, bool)
Attribute.Equals(object)
Attribute.GetHashCode()
Attribute.Match(object)
Attribute.IsDefaultAttribute()
Attribute.TypeId
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class ArchiveExtenderExtenderAttribute : PrioritizedPluginAttribute

Constructors

ArchiveExtenderExtenderAttribute(string, Type, int)

Declare an archive provider extender, and what it is an extender of, to get automatic loading. If the parent name is null or empty, the class factory mechanism will ignore this extender. If the parent name is nonempty and matches an existing provider, the class factory will load and link up this extender whenever the parent is instatiated.

Declaration
public ArchiveExtenderExtenderAttribute(string name, Type extenderClassToExtend, int priority)
Parameters
Type Name Description
string name

The class name of the provider (which can itself be an extender) that is to be extended, or empty/null to block auto loading.

Type extenderClassToExtend

The actual type (not name) of the extender that we want to bolt onto

int priority

Priority

Properties

ExtenderClassToExtend

The (readonly) class name of the provider that this provider is intended to extend.

Declaration
public Type ExtenderClassToExtend { get; }
Property Value
Type Description
Type

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