Class AppointmentVisibleForExtender
This class extends a Appointment extender with the VisibleFor fields, for both display and restriction use
Inheritance
System.Object
AppointmentVisibleForExtender
Implements
Inherited Members
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
ExtensibleColumnsBase.AddAssociateFullName(SoDataReader, ArchiveRow, ArchiveColumnInfo, FieldInfo[])
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class AppointmentVisibleForExtender : VisibleForExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin
Constructors
AppointmentVisibleForExtender()
Declaration
public AppointmentVisibleForExtender()
Properties
TableToExtend
Return the VisibleFor instance represented by this extender
Declaration
public override TableInfo TableToExtend { get; }
Property Value
Type | Description |
---|---|
TableInfo |
Overrides
SuperOffice.CRM.ArchiveLists.TableExtenderBase<SuperOffice.CRM.Data.VisibleForTableInfo>.TableToExtend
Methods
SetJoin()
Pick up the parent's visiblefor table, so we don't join it twice
Declaration
protected override VisibleForTableInfo SetJoin()
Returns
Type | Description |
---|---|
VisibleForTableInfo | Instance of VisibleFor |
Overrides
SuperOffice.CRM.ArchiveLists.ExtenderBase<SuperOffice.CRM.Data.VisibleForTableInfo>.SetJoin()
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)