Class NSWebAppUsage
Syntax
Constructors
NSWebAppUsage()
Initializes a new instance of the NSWebAppUsage class.
Declaration
Methods
GetAggregateBin()
Declaration
Integer GetAggregateBin()
Returns
Examples
NSWebAppUsage thing;
Integer aggregateBin = thing.GetAggregateBin();
GetAggregateCount()
Declaration
Integer GetAggregateCount()
Returns
Type |
Description |
Integer |
Number of times the specific soprotocol is accessed.
|
Examples
NSWebAppUsage thing;
Integer aggregateCount = thing.GetAggregateCount();
GetAssocId()
Declaration
Returns
Type |
Description |
Integer |
Associate Id.
|
Examples
NSWebAppUsage thing;
Integer assocId = thing.GetAssocId();
GetTimestamp()
Declaration
Returns
Type |
Description |
DateTime |
Which day the usage was logged.
|
Examples
NSWebAppUsage thing;
DateTime timestamp = thing.GetTimestamp();
GetVersion()
Declaration
Returns
Examples
NSWebAppUsage thing;
Integer version = thing.GetVersion();
GetViewState()
Declaration
Returns
Type |
Description |
String |
The SoProtocol(ViewState).
|
Examples
NSWebAppUsage thing;
String viewState = thing.GetViewState();
GetWebAppUsageId()
Declaration
Integer GetWebAppUsageId()
Returns
Type |
Description |
Integer |
Primary Key.
|
Examples
NSWebAppUsage thing;
Integer webAppUsageId = thing.GetWebAppUsageId();
SetAggregateBin(Integer)
Declaration
Void SetAggregateBin(Integer aggregateBin)
Parameters
Type |
Name |
Description |
Integer |
aggregateBin |
|
Returns
Examples
NSWebAppUsage thing;
Integer aggregateBin;
thing.SetAggregateBin(aggregateBin);
SetAggregateCount(Integer)
Declaration
Void SetAggregateCount(Integer aggregateCount)
Parameters
Type |
Name |
Description |
Integer |
aggregateCount |
Number of times the specific soprotocol is accessed.
|
Returns
Examples
NSWebAppUsage thing;
Integer aggregateCount;
thing.SetAggregateCount(aggregateCount);
SetAssocId(Integer)
Declaration
Void SetAssocId(Integer assocId)
Parameters
Type |
Name |
Description |
Integer |
assocId |
Associate Id.
|
Returns
Examples
NSWebAppUsage thing;
Integer assocId;
thing.SetAssocId(assocId);
SetTimestamp(DateTime)
Declaration
Void SetTimestamp(DateTime timestamp)
Parameters
Type |
Name |
Description |
DateTime |
timestamp |
Which day the usage was logged.
|
Returns
Examples
NSWebAppUsage thing;
DateTime timestamp;
thing.SetTimestamp(timestamp);
SetVersion(Integer)
Declaration
Void SetVersion(Integer version)
Parameters
Type |
Name |
Description |
Integer |
version |
|
Returns
Examples
NSWebAppUsage thing;
Integer version;
thing.SetVersion(version);
SetViewState(String)
Declaration
Void SetViewState(String viewState)
Parameters
Type |
Name |
Description |
String |
viewState |
The SoProtocol(ViewState).
|
Returns
Examples
NSWebAppUsage thing;
String viewState;
thing.SetViewState(viewState);
SetWebAppUsageId(Integer)
Declaration
Void SetWebAppUsageId(Integer webAppUsageId)
Parameters
Type |
Name |
Description |
Integer |
webAppUsageId |
Primary Key.
|
Returns
Examples
NSWebAppUsage thing;
Integer webAppUsageId;
thing.SetWebAppUsageId(webAppUsageId);