Class DBC.AvailableFontsFields
Fields for AvailableFonts, This table contains all fonts selected to be available for external usage
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.AvailableFontsFields
Fields
AvailableFontsId
AvailableFonts.AvailableFontsId: Primary key
Declaration
public const string AvailableFontsId = "available_fonts_id"
Field Value
| Type | Description |
|---|---|
| string |
CssPath
AvailableFonts.CssPath: The path to the CSS for the font
Declaration
public const string CssPath = "css_path"
Field Value
| Type | Description |
|---|---|
| string |
Deleted
AvailableFonts.Deleted: True if font is deleted as available font
Declaration
public const string Deleted = "deleted"
Field Value
| Type | Description |
|---|---|
| string |
DisplayName
AvailableFonts.DisplayName: The display name of the font
Declaration
public const string DisplayName = "display_name"
Field Value
| Type | Description |
|---|---|
| string |
FontFamily
AvailableFonts.FontFamily: The font family name
Declaration
public const string FontFamily = "font_family"
Field Value
| Type | Description |
|---|---|
| string |
Rank
AvailableFonts.Rank: The rank of the font in the list
Declaration
public const string Rank = "rank"
Field Value
| Type | Description |
|---|---|
| string |
Registered
AvailableFonts.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
| Type | Description |
|---|---|
| string |
RegisteredAssociateId
AvailableFonts.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
| Type | Description |
|---|---|
| string |
Updated
AvailableFonts.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
| Type | Description |
|---|---|
| string |
UpdatedAssociateId
AvailableFonts.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
| Type | Description |
|---|---|
| string |
UpdatedCount
AvailableFonts.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
| Type | Description |
|---|---|
| string |