Show / Hide Table of Contents

Class DBC.RedLetterDayFields

Fields for RedLetterDay, Red letter days for calendar (holidays, birthday of king etc)

Inheritance
Object
DBC.RedLetterDayFields
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 RedLetterDayFields

Fields

Color

RedLetterDay.Color: color can be one of the following: RLD_COLOR_BLACK, RLD_COLOR_RED, RLD_COLOR_SPES

Declaration
public const string Color = "color"
Field Value
Type Description
String

Colored

RedLetterDay.Colored: The n´th bit corresponding to the date in dates month, is true if the color is active.

Declaration
public const string Colored = "colored"
Field Value
Type Description
String

CountryId

RedLetterDay.CountryId: Which country does this red letter day belong to. It will show up in the diary for associates with this country as homecountry.

Declaration
public const string CountryId = "country_id"
Field Value
Type Description
String

ExtraFlags

RedLetterDay.ExtraFlags: Extra flags, spare field

Declaration
public const string ExtraFlags = "extraFlags"
Field Value
Type Description
String

Reddate

RedLetterDay.Reddate: The date

Declaration
public const string Reddate = "reddate"
Field Value
Type Description
String

RedletterdayId

RedLetterDay.RedletterdayId: Primary key

Declaration
public const string RedletterdayId = "redletterday_id"
Field Value
Type Description
String

Reds

RedLetterDay.Reds: The n´th bit corresponding to the date in dates month, is true if the color is active.

Declaration
public const string Reds = "reds"
Field Value
Type Description
String

RgbColour

RedLetterDay.RgbColour: Actual RGB colour index

Declaration
public const string RgbColour = "rgbColour"
Field Value
Type Description
String

Text

RedLetterDay.Text: Text to show on the date

Declaration
public const string Text = "text"
Field Value
Type Description
String

UpdatedCount

RedLetterDay.UpdatedCount: Number of updates made to this record

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