Click or drag to resize

OrganizationFax Class

Represents a NetFORUM OrganizationFax
Inheritance Hierarchy
SystemObject
  Ignition.Framework.EntitiesNetForumEntity
    Ignition.CrmCfxRelationship
      Ignition.CrmCustomerFax
        Ignition.CrmOrganizationFax

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

The OrganizationFax type exposes the following members.

Constructors
 NameDescription
Public methodOrganizationFaxInitializes a new instance of the OrganizationFax class
Public methodOrganizationFax(NetForumId, NetForumId)Initializes a new instance of the OrganizationFax class
Top
Properties
 NameDescription
Public propertyContactInfoId
(Inherited from CustomerFax)
Public propertyCountryId
(Inherited from CustomerFax)
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
(Inherited from CustomerFax)
Public propertyIsPrimary
(Inherited from CfxRelationship)
Public propertyNumber
(Inherited from CustomerFax)
Public propertyOwnerId
(Inherited from CustomerFax)
Public propertyRelatedFaxId
(Inherited from CfxRelationship)
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 methodUnlinkFax
(Inherited from CustomerFax)
Top
See Also