Class AnalyticsData
Carrier object for AnalyticsData. Services for the AnalyticsData Carrier is available from the Diagnostics Agent.
Inherited Members
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.9.0.0")]
public class AnalyticsData
Constructors
AnalyticsData()
Default constructor
Declaration
public AnalyticsData()
See Also
Properties
Company
User company name. Only included in Sod
Declaration
[DataMember]
public virtual string Company { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
User email address. Only included in Sod
Declaration
[DataMember]
public virtual string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
FeatureToggles
Array of feature toggles (name and enabled status)
Declaration
[DataMember]
public virtual StringBoolDictionary FeatureToggles { get; set; }
Property Value
| Type | Description |
|---|---|
| StringBoolDictionary |
See Also
FileVersion
Current file version as a string
Declaration
[DataMember]
public virtual string FileVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
FileVersionNumber
Current file version as a number
Declaration
[DataMember]
public virtual int FileVersionNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
GroupCountryCode
Country code of the group
Declaration
[DataMember]
public virtual string GroupCountryCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
GroupCountryName
Name of the group's country
Declaration
[DataMember]
public virtual string GroupCountryName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
GroupRegisteredAgeDays
Number of days since the group was registered
Declaration
[DataMember]
public virtual int GroupRegisteredAgeDays { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
GroupRegisteredDate
Date when the group was registered
Declaration
[DataMember]
public virtual string GroupRegisteredDate { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
HasLicensce
Dictionary of license types and their status
Declaration
[DataMember]
public virtual StringBoolDictionary HasLicensce { get; set; }
Property Value
| Type | Description |
|---|---|
| StringBoolDictionary |
See Also
LicenseStatus
Current license status of the user and installation
Declaration
[DataMember]
public virtual UserAndInstallationLicenceStatus LicenseStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| UserAndInstallationLicenceStatus |
See Also
Name
User full name. Only included in Sod
Declaration
[DataMember]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
NumAppointment
Number of appointments for the user
Declaration
[DataMember]
public virtual int NumAppointment { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
NumContact
Number of contacts associated with the user
Declaration
[DataMember]
public virtual int NumContact { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
NumDashboard
Number of dashboards available to the user
Declaration
[DataMember]
public virtual int NumDashboard { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
NumDocument
Number of documents associated with the user
Declaration
[DataMember]
public virtual int NumDocument { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
NumEmailItem
Number of email items associated with the user
Declaration
[DataMember]
public virtual int NumEmailItem { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
NumForm
Number of forms created by the user
Declaration
[DataMember]
public virtual int NumForm { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
NumMailing
Number of mailings sent by the user
Declaration
[DataMember]
public virtual int NumMailing { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
NumPerson
Number of persons associated with the user
Declaration
[DataMember]
public virtual int NumPerson { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
NumProject
Number of projects associated with the user
Declaration
[DataMember]
public virtual int NumProject { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
NumQuote
Number of quotes created by the user
Declaration
[DataMember]
public virtual int NumQuote { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
NumQuoteLine
Number of quote lines associated with the user
Declaration
[DataMember]
public virtual int NumQuoteLine { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
NumSale
Number of sales associated with the user
Declaration
[DataMember]
public virtual int NumSale { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
NumSelection
Number of selections made by the user
Declaration
[DataMember]
public virtual int NumSelection { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
NumTargetAssignmentInfo
Number of target assignment info records
Declaration
[DataMember]
public virtual int NumTargetAssignmentInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
NumTicketLogAction
Number of ticket log actions performed by the user
Declaration
[DataMember]
public virtual int NumTicketLogAction { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
NumWorkflow
Number of workflows associated with the user
Declaration
[DataMember]
public virtual int NumWorkflow { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
Preferences
Array of user preferences (name and value)
Declaration
[DataMember]
public virtual StringBoolDictionary Preferences { get; set; }
Property Value
| Type | Description |
|---|---|
| StringBoolDictionary |
See Also
SystemLicenseNames
Names of system licenses assigned to the user
Declaration
[DataMember]
public virtual string[] SystemLicenseNames { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |
See Also
TotAppointment
Total number of appointments in the system
Declaration
[DataMember]
public virtual int TotAppointment { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
TotContact
Total number of contacts in the system
Declaration
[DataMember]
public virtual int TotContact { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
TotDashboard
Total number of dashboards in the system
Declaration
[DataMember]
public virtual int TotDashboard { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
TotDocument
Total number of documents in the system
Declaration
[DataMember]
public virtual int TotDocument { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
TotEmailItem
Total number of email items in the system
Declaration
[DataMember]
public virtual int TotEmailItem { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
TotForm
Total number of forms in the system
Declaration
[DataMember]
public virtual int TotForm { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
TotMailing
Total number of mailings in the system
Declaration
[DataMember]
public virtual int TotMailing { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
TotPerson
Total number of persons in the system
Declaration
[DataMember]
public virtual int TotPerson { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
TotProject
Total number of projects in the system
Declaration
[DataMember]
public virtual int TotProject { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
TotQuote
Total number of quotes in the system
Declaration
[DataMember]
public virtual int TotQuote { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
TotQuoteLine
Total number of quote lines in the system
Declaration
[DataMember]
public virtual int TotQuoteLine { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
TotSale
Total number of sales in the system
Declaration
[DataMember]
public virtual int TotSale { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
TotSelection
Total number of selections in the system
Declaration
[DataMember]
public virtual int TotSelection { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
TotTargetAssignmentInfo
Total number of target assignment info records
Declaration
[DataMember]
public virtual int TotTargetAssignmentInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
TotTicketLogAction
Total number of ticket log actions in the system
Declaration
[DataMember]
public virtual int TotTicketLogAction { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
TotWebUsers
Total number of web users in the system
Declaration
[DataMember]
public virtual int TotWebUsers { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
TotWorkflow
Total number of workflows in the system
Declaration
[DataMember]
public virtual int TotWorkflow { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
UserCountryCode
Country code of the user
Declaration
[DataMember]
public virtual string UserCountryCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
UserCountryName
Name of the user's country
Declaration
[DataMember]
public virtual string UserCountryName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
UserRegisteredAgeDays
Number of days since the user registered
Declaration
[DataMember]
public virtual int UserRegisteredAgeDays { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
UserSignedUpAt
Date and time when the user signed up
Declaration
[DataMember]
public virtual string UserSignedUpAt { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | The carrier contents. |
Overrides
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. |