Country Class

Definition

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

Constructors

CountryInitializes a new instance of the Country class

Properties

BpaRegion 
Code 
DoNotSell 
DoNotShip 
Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
IddCode 
Iso2CodeObsolete.
IsoAlpha2Code 
IsoAlpha3Code 
IsoNumericCode The ISO Numeric Code for this country.
LongName 
RegionId 
RevisionInformation
(Inherited from NetForumEntity)
States The states or provinces associated with this Country

Methods

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

See Also