State Class

Definition

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

Constructors

StateInitializes a new instance of the State class

Properties

BpaRegion 
Code 
CountryCode 
Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Name 
RegionId 
RevisionInformation
(Inherited from NetForumEntity)
Type 

Methods

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

See Also