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.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
Properties
AvailableFontsId
Primary key
Declaration
[DataMember]
public virtual int AvailableFontsId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
CssPath
The path to the CSS for the font
Declaration
[DataMember]
public virtual string CssPath { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
Deleted
True if font is deleted from available fonts
Declaration
[DataMember]
public virtual bool Deleted { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
See Also
DisplayName
The display name of the font
Declaration
[DataMember]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
FontFamily
The font family name
Declaration
[DataMember]
public virtual string FontFamily { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
Rank
The rank of the font in the list
Declaration
[DataMember]
public virtual int Rank { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | The carrier contents. |
See Also
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. |