Show / Hide Table of Contents

Class AvailableFont

Carrier for a font that is available for external use.

Carrier object for AvailableFont. Services for the AvailableFont Carrier is available from the Marketing Agent.
Inheritance
object
AvailableFont
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.9.0.0")]
public class AvailableFont : Carrier

Constructors

AvailableFont()

Default constructor

Declaration
public AvailableFont()
See Also
IMarketingAgent

Properties

AvailableFontsId

Primary key

Declaration
[DataMember]
public virtual int AvailableFontsId { get; set; }
Property Value
Type Description
int
See Also
IMarketingAgent

CssPath

The path to the CSS for the font

Declaration
[DataMember]
public virtual string CssPath { get; set; }
Property Value
Type Description
string
See Also
IMarketingAgent

Deleted

True if font is deleted from available fonts

Declaration
[DataMember]
public virtual bool Deleted { get; set; }
Property Value
Type Description
bool
See Also
IMarketingAgent

DisplayName

The display name of the font

Declaration
[DataMember]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string
See Also
IMarketingAgent

FontFamily

The font family name

Declaration
[DataMember]
public virtual string FontFamily { get; set; }
Property Value
Type Description
string
See Also
IMarketingAgent

Rank

The rank of the font in the list

Declaration
[DataMember]
public virtual int Rank { get; set; }
Property Value
Type Description
int
See Also
IMarketingAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

See Also
IMarketingAgent

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.

See Also
IMarketingAgent

See Also

IMarketingAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top