BaseSubmissionEntry E  Membersfrevvo Live Forms

The BaseSubmissionEntry E  type exposes the following members.
Constructors

  NameDescription
Public methodBaseSubmissionEntry E 
Default constructor.
Back to Top
Methods

  NameDescription
Public methodCreateFormEntry
Creates a form entry for the current instance.
Public methodCreateFormInstance
Creates a reconstituted form instance.
Public methodGetXml
Gets XML for the specified document link.
Public methodParse
Called by gdata framework when parsing a response and encountering an unknown extension element.
(Overrides AtomEntryParse(ExtensionElementEventArgs, AtomFeedParser).)
Public methodPrintFormInstance
Print a reconstituted form instance (pdf) to the given output stream.
Public methodToString
Returns a string representation of the current instance.
(Overrides BaseEntry E  ToString .)
Public methodUpdate
Commits the current instance to the server.
(Overrides AtomEntryUpdate .)
Back to Top
Fields

  NameDescription
Public fieldStatic memberSubmission_CATEGORYObsolete.
OBSOLETE
Public fieldStatic memberSUBMISSION_CATEGORY
Category used to label entries that contain Submission data.
Back to Top
Properties

  NameDescription
Public propertyDocumentLinks
{get;} the list of document links which contain xml documents, snapshots (PDF, PNG, etc), attachments and such.
Public propertyFormTypeEmbedLink
{get;} the embed link to the form Javascript
Public propertyFormTypeLink
{get;} the link to the form XHTML
Public propertyFormTypePopupLink
{get;} the popup link to the form XHTML - resolves to a full page containing the FormType embedded in it.
Public propertyKey1
{get;} the value of the 1st control designated as a key field.
Public propertyKey2
{get;} the value of the 2nd control designated as a key field.
Public propertyKey3
{get;} the value of the 3rd control designated as a key field.
Public propertyKey4
{get;} the value of the 4th control designated as a key field.
Public propertyKey5
{get;} the value of the 5th control designated as a key field.
Public propertyKind
{get;} the kind of submission: either FLOW or FORM.
Public propertyState
{get;} the state for this submission: either SAVED, PENDING or SUBMITTED.
Back to Top
See Also