Class AddressExtenderBase
Base class for fetching data from the Address table - no special processing at all
Inheritance
AddressExtenderBase
Assembly: SoDataBase.dll
Syntax
public abstract class AddressExtenderBase : TableExtenderBase<AddressTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin
Constructors
AddressExtenderBase()
Declaration
protected AddressExtenderBase()
Fields
_colAddressId
Declaration
protected ArchiveColumnInfo _colAddressId
Field Value
_colCity
Declaration
protected ArchiveColumnInfo _colCity
Field Value
_colCounty
Declaration
protected ArchiveColumnInfo _colCounty
Field Value
Declaration
protected ArchiveColumnInfo _colFormattedAddress
Field Value
Declaration
protected ArchiveColumnInfo _colFormattedMultiLineAddress
Field Value
_colLine1
Declaration
protected ArchiveColumnInfo _colLine1
Field Value
_colLine2
Declaration
protected ArchiveColumnInfo _colLine2
Field Value
_colLine3
Declaration
protected ArchiveColumnInfo _colLine3
Field Value
_colState
Declaration
protected ArchiveColumnInfo _colState
Field Value
_colWgsLat
Declaration
protected ArchiveColumnInfo _colWgsLat
Field Value
_colWgsLong
Declaration
protected ArchiveColumnInfo _colWgsLong
Field Value
_colZip
Declaration
protected ArchiveColumnInfo _colZip
Field Value
Properties
ParentCountryId
Subclass contract: A country ID, from the owning entity, must be provided; including its addition to the returnfields. Same pattern as for Phone.
Declaration
protected abstract FieldInfo ParentCountryId { get; }
Property Value
Methods
InnerModifyQuery()
Declaration
protected override void InnerModifyQuery()
Overrides
SuperOffice.CRM.ArchiveLists.ExtenderBase<SuperOffice.CRM.Data.AddressTableInfo>.InnerModifyQuery()
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Overrides
SuperOffice.CRM.ArchiveLists.TableExtenderBase<SuperOffice.CRM.Data.AddressTableInfo>.InnerPopulateRowFromReader(SuperOffice.Data.SoDataReader, SuperOffice.CRM.ArchiveLists.ArchiveRow)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)