Class WebAppUsage
Carrier object for WebAppUsage. Services for the WebAppUsage Carrier is available from the Diagnostics Agent.
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
Properties
AggregateBin
??
Declaration
[DataMember]
public virtual uint AggregateBin { get; set; }
Property Value
Type | Description |
---|---|
uint |
See Also
AggregateCount
Number of times the specific soprotocol is accessed
Declaration
[DataMember]
public virtual uint AggregateCount { get; set; }
Property Value
Type | Description |
---|---|
uint |
See Also
AssocId
Associate Id
Declaration
[DataMember]
public virtual int AssocId { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
Timestamp
Which day the usage was logged
Declaration
[DataMember]
public virtual DateTime Timestamp { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
See Also
Version
??
Declaration
[DataMember]
public virtual uint Version { get; set; }
Property Value
Type | Description |
---|---|
uint |
See Also
ViewState
The SoProtocol(ViewState)
Declaration
[DataMember]
public virtual string ViewState { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
WebAppUsageId
Primary Key
Declaration
[DataMember]
public virtual int WebAppUsageId { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | The carrier contents. |
See Also
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. |