CustomerFax Class

Inheritance Hierarchy
SystemObject
  Ignition.Framework.EntitiesNetForumEntity
    Ignition.CrmCfxRelationship
      Ignition.CrmCustomerFax
        Ignition.CrmIndividualFax
        Ignition.CrmOrganizationFax

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

The CustomerFax type exposes the following members.

Constructors
 NameDescription
Protected methodCustomerFaxInitializes a new instance of the CustomerFax class
Top
Properties
 NameDescription
Public propertyContactInfoId 
Public propertyCountryId 
Public propertyCustomerId
(Inherited from CfxRelationship)
Public propertyExtension
(Inherited from CfxRelationship)
Public propertyFaxTypeId
(Inherited from CfxRelationship)
Public propertyFormattedNumber
(Inherited from CfxRelationship)
Public propertyId Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Public propertyIsLinkedFax 
Public propertyIsPrimary
(Inherited from CfxRelationship)
Public propertyNumber 
Public propertyOwnerId 
Public propertyRelatedFaxId
(Inherited from CfxRelationship)
Public propertyRevisionInformation
(Inherited from NetForumEntity)
Public propertyStatic memberValidFaxRegex 
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 methodUnlinkFax 
Top
See Also