Skip to main content

Class AvailableFont

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for AvailableFont. Carrier for a font that is available for external use.

Inheritance

objectCarrierAvailableFont

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

AvailableFont()

Default constructor - defaults any enum props to 0.

Properties

AvailableFontsId

Primary key

Property Value

int

CssPath

The path to the CSS for the font

Property Value

string

Deleted

True if font is deleted from available fonts

Property Value

bool

DisplayName

The display name of the font

Property Value

string

FontFamily

The font family name

Property Value

string

Rank

The rank of the font in the list

Property Value

int

See Also

MarketingAgent