PriceTerm Class

Definition

Namespace: Ignition.Commerce.Products
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumBusinessObjectAttribute("PriceTerm")]
public class PriceTerm : NetForumEntity
Inheritance
Object    NetForumEntity    PriceTerm

Constructors

PriceTermInitializes a new instance of the PriceTerm class

Properties

ApproximateLengthInDays This returns the approximate length of the term in days. A month is assumed to be 30 days, a quarter 91 days, and a year 365 days.
Code 
Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
IsLifetime 
Length 
Period 
RevisionInformation
(Inherited from NetForumEntity)

Methods

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

See Also