FormEntry Membersfrevvo Live Forms

The FormEntry type exposes the following members.
Constructors

  NameDescription
Public methodFormEntry
Default constructor.
Back to Top
Methods

  NameDescription
Public methodCancel
Cancel the current form instance.
Public methodFindControlEntry
Gets the specified control entry.
Public methodGetEntryUri 
Gets a Uri for the current instance.
(Overrides BaseEntry E  GetEntryUri .)
Public methodStatic memberGetEntryUri(String)
Gets a path for the current instance, relative to the frevvo base uri.
Public methodGetFormEditLink 
Returns a form edit link, having the text/html link type.
Public methodGetFormEditLink(String)
Returns a form edit link, having the specified link type.
Public methodGetFormUseLink 
Returns a form use link, having the text/html link type.
Public methodGetFormUseLink(String)
Returns a form use link, having the specified link type.
Public methodGetSnapshotLink
Gets a snapshot link for the specified content type.
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 (as PDF) to the given output stream.
Public methodSave
Save the current instance.
Public methodSubmit 
Submit the current form instance.
Public methodSubmit(String)
Submit the current form instance.
Public methodSubmitEdit 
Submit the current form edits.
Public methodSubmitEdit(Boolean)
Submit the current form edits.
Public methodSubmitInstance 
Submit the current form instance.
Public methodSubmitInstance(String)
Submit the current form instance.
Public methodUpdate
Commits the current instance to the server.
(Overrides AtomEntryUpdate .)
Back to Top
Fields

  NameDescription
Public fieldStatic memberENTRY_PATH
The form entry path
Back to Top
Properties

  NameDescription
Public propertyControlFeed
{get;} the control feed for the current instance.
Public propertyControlFeedLink
{get;} the control link for the current instance.
Public propertyFormType
{get;} the form type entry for the current instance.
Public propertyFormTypeId
{get;} the form type id for the current instance.
Public propertyFormTypeLink
{get;} the link for the form type entry related to the current instance.
Public propertyIsDirtyInstance
{get;} whether the editing entry has been modified.
Public propertyOwner
{get;} the aplication entry that owns the current instance.
Public propertyOwnerId
{get;set;} the id of the form type entry that owns the current instance.
Back to Top
See Also