Click or drag to resize

OrganizationPhone Class

Represents a NetFORUM OrganizationPhone
Inheritance Hierarchy
SystemObject
  Ignition.Framework.EntitiesNetForumEntity
    Ignition.CrmCphRelationship
      Ignition.CrmCustomerPhone
        Ignition.CrmOrganizationPhone

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

The OrganizationPhone type exposes the following members.

Constructors
 NameDescription
Public methodOrganizationPhoneInitializes a new instance of the OrganizationPhone class
Public methodOrganizationPhone(NetForumId, NetForumId)Initializes a new instance of the OrganizationPhone 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