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