Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
NSWebAppUsage
Integer GetAggregateBin()
NSWebAppUsage thing; Integer aggregateBin = thing.GetAggregateBin();
Integer GetAggregateCount()
NSWebAppUsage thing; Integer aggregateCount = thing.GetAggregateCount();
Integer GetAssocId()
NSWebAppUsage thing; Integer assocId = thing.GetAssocId();
DateTime GetTimestamp()
NSWebAppUsage thing; DateTime timestamp = thing.GetTimestamp();
Integer GetVersion()
NSWebAppUsage thing; Integer version = thing.GetVersion();
String GetViewState()
NSWebAppUsage thing; String viewState = thing.GetViewState();
Integer GetWebAppUsageId()
NSWebAppUsage thing; Integer webAppUsageId = thing.GetWebAppUsageId();
Void SetAggregateBin(Integer aggregateBin)
NSWebAppUsage thing; Integer aggregateBin; thing.SetAggregateBin(aggregateBin);
Void SetAggregateCount(Integer aggregateCount)
NSWebAppUsage thing; Integer aggregateCount; thing.SetAggregateCount(aggregateCount);
Void SetAssocId(Integer assocId)
NSWebAppUsage thing; Integer assocId; thing.SetAssocId(assocId);
Void SetTimestamp(DateTime timestamp)
NSWebAppUsage thing; DateTime timestamp; thing.SetTimestamp(timestamp);
Void SetVersion(Integer version)
NSWebAppUsage thing; Integer version; thing.SetVersion(version);
Void SetViewState(String viewState)
NSWebAppUsage thing; String viewState; thing.SetViewState(viewState);
Void SetWebAppUsageId(Integer webAppUsageId)
NSWebAppUsage thing; Integer webAppUsageId; thing.SetWebAppUsageId(webAppUsageId);
Was this page helpful?