StateLicense Class

Definition

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

Constructors

StateLicenseInitializes a new instance of the StateLicense class

Properties

Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
IndividualId 
LicenseNumber 
RevisionInformation
(Inherited from NetForumEntity)
State 
Year 

Methods

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

See Also