IndividualAddress Class

Represents a NetFORUM IndividualAddress

Definition

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

Constructors

IndividualAddressInitializes a new instance of the IndividualAddress class
IndividualAddress(NetForumId, NetForumId)Initializes a new instance of the IndividualAddress class

Properties

AddressHoldTypeId
(Inherited from CxaRelationship)
AddressTypeId
(Inherited from CxaRelationship)
City
(Inherited from CustomerAddress)
ContactInfoId
(Inherited from CustomerAddress)
CountryCode
(Inherited from CustomerAddress)
CustomerId
(Inherited from CxaRelationship)
Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
IsDefaultBillingAddress
(Inherited from CxaRelationship)
IsForeignCountry
(Inherited from CustomerAddress)
IsLinkedAddress
(Inherited from CustomerAddress)
IsPrimary
(Inherited from CxaRelationship)
Line1
(Inherited from CustomerAddress)
Line2
(Inherited from CustomerAddress)
Line3
(Inherited from CustomerAddress)
MailingLabelHtml
(Inherited from CxaRelationship)
MailStop
(Inherited from CxaRelationship)
OnHold
(Inherited from CxaRelationship)
OnHoldFromDate
(Inherited from CxaRelationship)
OnHoldThroughDate
(Inherited from CxaRelationship)
OwnerId
(Inherited from CustomerAddress)
PostCode
(Inherited from CustomerAddress)
Province
(Inherited from CustomerAddress)
RelatedAddressId
(Inherited from CxaRelationship)
RevisionInformation
(Inherited from NetForumEntity)
State
(Inherited from CustomerAddress)

Methods

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

See Also