Click or drag to resize

Country Class

Inheritance Hierarchy
SystemObject
  Ignition.Framework.EntitiesNetForumEntity
    Ignition.CrmCountry

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[NetForumBusinessObjectAttribute("co_country")]
public class Country : NetForumEntity

The Country type exposes the following members.

Constructors
 NameDescription
Public methodCountryInitializes a new instance of the Country class
Top
Properties
 NameDescription
Public propertyBpaRegion 
Public propertyCode 
Public propertyDoNotSell 
Public propertyDoNotShip 
Public propertyId Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Public propertyIddCode 
Public propertyIso2CodeObsolete.
Public propertyIsoAlpha2Code 
Public propertyIsoAlpha3Code 
Public propertyIsoNumericCode The ISO Numeric Code for this country.
Public propertyLongName 
Public propertyRegionId 
Public propertyRevisionInformation
(Inherited from NetForumEntity)
Public propertyStates The states or provinces associated with this Country
Top
Methods
 NameDescription
Public methodCastToCustomEntityTEntity Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity)
Top
See Also