Show / Hide Table of Contents

Class PreviewFaqEntry

A faq entry with information suitable for preview.

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

Constructors

PreviewFaqEntry()

Default constructor

Declaration
public PreviewFaqEntry()
See Also
ICustomerServiceAgent

Properties

Answer

The answer for this entry.

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

Question

The question for this entry.

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

RegisteredByFullName

Full name of associate that created this faq entry

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

Title

The title of this entry.

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

Updated

Date/time this faq entry was last updated.

Declaration
[DataMember]
public virtual DateTime Updated { get; set; }
Property Value
Type Description
DateTime
See Also
ICustomerServiceAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

See Also
ICustomerServiceAgent

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
ICustomerServiceAgent

See Also

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