IndividualFax Class

Represents a NetFORUM IndividualFax

Definition

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumBusinessObjectAttribute("IndividualFax")]
public class IndividualFax : CustomerFax
Inheritance
Object    NetForumEntity    CfxRelationship    CustomerFax    IndividualFax

Constructors

IndividualFaxInitializes a new instance of the IndividualFax class
IndividualFax(NetForumId, NetForumId)Initializes a new instance of the IndividualFax class

Properties

ContactInfoId
(Inherited from CustomerFax)
CountryId
(Inherited from CustomerFax)
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
(Inherited from CustomerFax)
IsPrimary
(Inherited from CfxRelationship)
Number
(Inherited from CustomerFax)
OwnerId
(Inherited from CustomerFax)
RelatedFaxId
(Inherited from CfxRelationship)
RevisionInformation
(Inherited from NetForumEntity)

Methods

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

See Also