CustomerPhone Class

Inheritance Hierarchy
SystemObject
  Ignition.Framework.EntitiesNetForumEntity
    Ignition.CrmCphRelationship
      Ignition.CrmCustomerPhone
        Ignition.CrmIndividualPhone
        Ignition.CrmOrganizationPhone

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[ForceDeleteModeAttribute(DeleteModes.Soft)]
public abstract class CustomerPhone : CphRelationship

The CustomerPhone type exposes the following members.

Constructors
 NameDescription
Protected methodCustomerPhoneInitializes a new instance of the CustomerPhone class
Top
Properties
 NameDescription
Public propertyContactInfoId 
Public propertyCountryId 
Public propertyCustomerId
(Inherited from CphRelationship)
Public propertyExtension
(Inherited from CphRelationship)
Public propertyFormattedNumber
(Inherited from CphRelationship)
Public propertyId Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Public propertyIsLinkedPhone 
Public propertyIsPrimary
(Inherited from CphRelationship)
Public propertyNumber 
Public propertyOwnerId 
Public propertyPhoneTypeId
(Inherited from CphRelationship)
Public propertyRelatedPhoneId
(Inherited from CphRelationship)
Public propertyRevisionInformation
(Inherited from NetForumEntity)
Public propertyStatic memberValidPhoneRegex 
Top
Methods
 NameDescription
Public methodCastToCustomEntityTEntity Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity)
Public methodUnlinkPhone 
Top
See Also