Show / Hide Table of Contents

Class DBC.WebAppUsageFields

Fields for WebAppUsage, Usage statistics for web applications

Inheritance
Object
DBC.WebAppUsageFields
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class WebAppUsageFields

Fields

AggregateBin

WebAppUsage.AggregateBin: Bin no. If this is aggregated data

Declaration
public const string AggregateBin = "aggregateBin"
Field Value
Type Description
String

AggregateCount

WebAppUsage.AggregateCount: Bin count, if this is aggregated data

Declaration
public const string AggregateCount = "aggregateCount"
Field Value
Type Description
String

AssocId

WebAppUsage.AssocId: ID of associate

Declaration
public const string AssocId = "assocId"
Field Value
Type Description
String

Timestamp

WebAppUsage.Timestamp: Time stamp of operation

Declaration
public const string Timestamp = "timestamp"
Field Value
Type Description
String

Version

WebAppUsage.Version: Version number of usage stats

Declaration
public const string Version = "version"
Field Value
Type Description
String

ViewState

WebAppUsage.ViewState: Current view state, excluding data

Declaration
public const string ViewState = "viewState"
Field Value
Type Description
String

WebAppUsageId

WebAppUsage.WebAppUsageId: Primary key

Declaration
public const string WebAppUsageId = "WebAppUsage_id"
Field Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top