OrganizationAddress Class

Represents a NetFORUM Organization Address via the co_customer_x_address business object

Definition

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

Constructors

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