Click or drag to resize

IndividualPhone Class

Represents a NetFORUM IndividualPhone
Inheritance Hierarchy
SystemObject
  Ignition.Framework.EntitiesNetForumEntity
    Ignition.CrmCphRelationship
      Ignition.CrmCustomerPhone
        Ignition.CrmIndividualPhone

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[NetForumBusinessObjectAttribute("IndividualPhone")]
public class IndividualPhone : CustomerPhone

The IndividualPhone type exposes the following members.

Constructors
 NameDescription
Public methodIndividualPhoneInitializes a new instance of the IndividualPhone class
Public methodIndividualPhone(NetForumId, NetForumId)Initializes a new instance of the IndividualPhone class
Top
Properties
 NameDescription
Public propertyContactInfoId
(Inherited from CustomerPhone)
Public propertyCountryId
(Inherited from CustomerPhone)
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
(Inherited from CustomerPhone)
Public propertyIsPrimary
(Inherited from CphRelationship)
Public propertyNumber
(Inherited from CustomerPhone)
Public propertyOwnerId
(Inherited from CustomerPhone)
Public propertyPhoneTypeId
(Inherited from CphRelationship)
Public propertyRelatedPhoneId
(Inherited from CphRelationship)
Public propertyRevisionInformation
(Inherited from NetForumEntity)
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
(Inherited from CustomerPhone)
Top
See Also