CustomerFax Class

Definition

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[ForceDeleteModeAttribute(DeleteModes.Soft)]
public abstract class CustomerFax : CfxRelationship
Inheritance
Object    NetForumEntity    CfxRelationship    CustomerFax
Derived

Constructors

CustomerFaxInitializes a new instance of the CustomerFax class

Properties

ContactInfoId 
CountryId 
CustomerId
(Inherited from CfxRelationship)
Extension
(Inherited from CfxRelationship)
FaxTypeId
(Inherited from CfxRelationship)
FormattedNumber
(Inherited from CfxRelationship)
Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
IsLinkedFax 
IsPrimary
(Inherited from CfxRelationship)
Number 
OwnerId 
RelatedFaxId
(Inherited from CfxRelationship)
RevisionInformation
(Inherited from NetForumEntity)
ValidFaxRegex 

Methods

CastToCustomEntityTEntity Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity)
UnlinkFax 

See Also