[NetForumBusinessObjectAttribute("PriceTerm")]
public class PriceTerm : NetForumEntity<NetForumBusinessObjectAttribute("PriceTerm")>
Public Class PriceTerm
Inherits NetForumEntity[NetForumBusinessObjectAttribute(L"PriceTerm")]
public ref class PriceTerm : public NetForumEntity[<NetForumBusinessObjectAttribute("PriceTerm")>]
type PriceTerm =
class
inherit NetForumEntity
end| PriceTerm | Initializes a new instance of the PriceTerm class |
| 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) |
| CastToCustomEntityTEntity |
Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity) |