Class ContactAddressExtenderBase
Inheritance
System.Object
ContactAddressExtenderBase
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 abstract class ContactAddressExtenderBase : AddressExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin
Constructors
ContactAddressExtenderBase()
Construct the object
Declaration
public ContactAddressExtenderBase()
Properties
AddressTypes
Declaration
protected abstract int[] AddressTypes { get; }
Property Value
Type | Description |
---|---|
System.Int32[] |
ParentCountryId
Declaration
protected override FieldInfo ParentCountryId { get; }
Property Value
Type | Description |
---|---|
FieldInfo |
Overrides
Methods
SetJoin()
Set up the join for a person's Address address, using the base-class defined rank restriction
Declaration
protected override AddressTableInfo SetJoin()
Returns
Type | Description |
---|---|
AddressTableInfo | TableInfo instance of the newly joined-in table |
Overrides
SuperOffice.CRM.ArchiveLists.ExtenderBase<SuperOffice.CRM.Data.AddressTableInfo>.SetJoin()
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)