IndividualWebsite Class

Represents a NetFORUM IndividualWebsite

Definition

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

Constructors

IndividualWebsiteInitializes a new instance of the IndividualWebsite class

Properties

CustomerId
(Inherited from CustomerWebsite)
Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
IsPrimary
(Inherited from CustomerWebsite)
RevisionInformation
(Inherited from NetForumEntity)
Url
(Inherited from CustomerWebsite)
UrlType
(Inherited from CustomerWebsite)

Methods

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

See Also