OrganizationFax Class

Represents a NetFORUM OrganizationFax

Definition

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

Constructors

OrganizationFaxInitializes a new instance of the OrganizationFax class
OrganizationFax(NetForumId, NetForumId)Initializes a new instance of the OrganizationFax 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