Show / Hide Table of Contents

Class WebAppUsage

Carrier object for WebAppUsage. Services for the WebAppUsage Carrier is available from the Diagnostics Agent.

Inheritance
object
WebAppUsage
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0")]
public class WebAppUsage : Carrier

Constructors

WebAppUsage()

Default constructor

Declaration
public WebAppUsage()
See Also
IDiagnosticsAgent

Properties

AggregateBin

??

Declaration
[DataMember]
public virtual uint AggregateBin { get; set; }
Property Value
Type Description
uint
See Also
IDiagnosticsAgent

AggregateCount

Number of times the specific soprotocol is accessed

Declaration
[DataMember]
public virtual uint AggregateCount { get; set; }
Property Value
Type Description
uint
See Also
IDiagnosticsAgent

AssocId

Associate Id

Declaration
[DataMember]
public virtual int AssocId { get; set; }
Property Value
Type Description
int
See Also
IDiagnosticsAgent

Timestamp

Which day the usage was logged

Declaration
[DataMember]
public virtual DateTime Timestamp { get; set; }
Property Value
Type Description
DateTime
See Also
IDiagnosticsAgent

Version

??

Declaration
[DataMember]
public virtual uint Version { get; set; }
Property Value
Type Description
uint
See Also
IDiagnosticsAgent

ViewState

The SoProtocol(ViewState)

Declaration
[DataMember]
public virtual string ViewState { get; set; }
Property Value
Type Description
string
See Also
IDiagnosticsAgent

WebAppUsageId

Primary Key

Declaration
[DataMember]
public virtual int WebAppUsageId { get; set; }
Property Value
Type Description
int
See Also
IDiagnosticsAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

See Also
IDiagnosticsAgent

ToString(string)

Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.

Declaration
public string ToString(string prefix)
Parameters
Type Name Description
string prefix

The line prefix (typically used for indenting)

Returns
Type Description
string

The carrier contents.

See Also
IDiagnosticsAgent

See Also

IDiagnosticsAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top