Class TermUsage
Inheritance
System.Object
TermUsage
Assembly: DotNetNuke.dll
Syntax
public class TermUsage : object
Constructors
|
Improve this Doc
View Source
TermUsage()
Initializes a new instance of the TermUsage class.
parameterless constructor, so that it can be used in CBO.
Declaration
Properties
|
Improve this Doc
View Source
DayTermUsage
Declaration
public int DayTermUsage { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MonthTermUsage
Declaration
public int MonthTermUsage { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TotalTermUsage
Declaration
public int TotalTermUsage { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WeekTermUsage
Declaration
public int WeekTermUsage { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Extension Methods