Click or drag to resize

AlchemerReader Class

A utility class that 'reads' from the Alchemer web service endpoints. The returned entities are in the Alchemer defined schema shape, but the JSON property names converted to compliant C# property names via attributes. The raw entity classes will need conversion into different shapes to conform to Carbon clients who will expect data shaped in a more familiar Ruby/Carbon formats.
Inheritance Hierarchy
SystemObject
  RCS.Carbon.Import.AlchemerAlchemerReader

Namespace: RCS.Carbon.Import.Alchemer
Assembly: RCS.Carbon.Import (in RCS.Carbon.Import.dll) Version: 9.0.12
Syntax
C#
public sealed class AlchemerReader : IDisposable

The AlchemerReader type exposes the following members.

Constructors
 NameDescription
Public methodAlchemerReader Constructs an Alchemer reader of their web service.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the AlchemerReader
Public methodListSurveys Lists surveys.
Public methodReadMetadata Reads a single survey's metadata.
Top
See Also