Show / Hide Table of Contents

Class Constants.StyleHints

Style hints for archive list data rows. A style hint says something about how the row should be styled, but this is indirect - thus a hint. A style hint will be something like 'processed' or 'expired'; the GUI will then translate that into some concrete behavior, such as boldface, coloured font or whatever.

Inheritance
Object
Constants.StyleHints
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoCore.dll
Syntax
public static class StyleHints

Fields

Active

Criteria is active

Declaration
public const string Active = "active"
Field Value
Type Description
String

Bold

Unseen emails

Declaration
public const string Bold = "bold"
Field Value
Type Description
String

Conflict

Appointment is in conflict with at least one other appointment

Declaration
public const string Conflict = "conflict"
Field Value
Type Description
String

DeletedItem

Deleted item

Declaration
public const string DeletedItem = "deleted_item"
Field Value
Type Description
String

Expired

Appointment is expired/overdue

Declaration
public const string Expired = "expired"
Field Value
Type Description
String

InActive

Criteria is inactive

Declaration
public const string InActive = "inactive"
Field Value
Type Description
String

LoggedOnWin

Is there an activeuser record, indicating that an associate is logged on to the windows client

Declaration
public const string LoggedOnWin = "loggedOnWin"
Field Value
Type Description
String

Lost

Lost sales

Declaration
public const string Lost = "lost"
Field Value
Type Description
String

NegativeResponse

Negative response to booking, usually red

Declaration
public const string NegativeResponse = "negativeResponse"
Field Value
Type Description
String

New

Invitations that are new

Declaration
public const string New = "new"
Field Value
Type Description
String

NoMail

Contact or Person does not wish to receive mailings

Declaration
public const string NoMail = "nomail"
Field Value
Type Description
String

NotInSync

Caution warning: NotInSync

Declaration
public const string NotInSync = "notInSync"
Field Value
Type Description
String

NotNotifiedByEmail

Caution warning: NotNotifiedByEmail

Declaration
public const string NotNotifiedByEmail = "notNotifiedByEmail"
Field Value
Type Description
String

Owner

Participant who is the owner of the meeting

Declaration
public const string Owner = "owner"
Field Value
Type Description
String

Private

Appointment is private (to person, not group)

Declaration
public const string Private = "private"
Field Value
Type Description
String

Processed

Invitations that have been processed

Declaration
public const string Processed = "processed"
Field Value
Type Description
String

Rank0

Rank 0, in SuperListColumnSize indicates a column that is currently not shown

Declaration
public const string Rank0 = "rank0"
Field Value
Type Description
String

RankOne

The (hopefully only) person with rank 1 on this contact

Declaration
public const string RankOne = "rankone"
Field Value
Type Description
String

Retired

Associate has retired and is no longer active

Declaration
public const string Retired = "retired"
Field Value
Type Description
String

SoftDeleted

Soft deleted entity

Declaration
public const string SoftDeleted = "softDeleted"
Field Value
Type Description
String

Sold

Lost sales

Declaration
public const string Sold = "sold"
Field Value
Type Description
String

Stalled

Stalled sales

Declaration
public const string Stalled = "stalled"
Field Value
Type Description
String

Stop

Contact has STOP property set (big red X in contact card)

Declaration
public const string Stop = "stop"
Field Value
Type Description
String

TicketUnread

Ticket not read by owner

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