FormTypeEntry Methodsfrevvo Live Forms
The FormTypeEntry type exposes the following members.
Methods

  NameDescription
Public methodCancelFormInstance
Cancel the specified form instance.
Public methodCreateEditingFormEntry 
Creates a form instance in edit mode, having the current type.
Public methodCreateEditingFormEntry(NameValueCollection)
Creates a form instance, in editing mode, having the current type. See http://docs.frevvo.com/d/display/frevvo/Initializing+Forms+with+Data for more information.
Public methodCreateFormEntry 
Creates a form instance having the current type.
Public methodCreateFormEntry(NameValueCollection)
Creates a form instance having the current type. See http://docs.frevvo.com/d/display/frevvo/Initializing+Forms+with+Data for more information.
Public methodCreateFormEntry(Stream)
Creates a form instance having the current type.
Public methodCreateFormEntry(NameValueCollection,  MediaSource )
Creates a form instance having the current type. See http://docs.frevvo.com/d/display/frevvo/Initializing+Forms+with+Data for more information.
Public methodCreateFormEntry(NameValueCollection, Stream)
Creates a form instance having the current type.
Public methodCreateFormEntry(FormsService, NameValueCollection,  MediaSource )
Create a new use mode instance using an alternate form service. Useful to instantiate the user mode form for another user.
Public methodCreateFormInstance(NameValueCollection)
Creates a form instance having the current type.
Public methodCreateFormInstance(Stream)
Creates a form instance having the current type.
Public methodCreateFormInstance(NameValueCollection,  MediaSource )
Creates a form instance having the current type.
Public methodCreateFormInstance(Stream, String, String)
Creates a form instance having the current type.
Public methodCreateFormInstance(NameValueCollection, Stream, String, String)
Creates a form instance having the current type.
Public methodCreateFormInstanceEmbed
Creates a form instance having the current type and returns the embed instance Uri.
Public methodCreateWebRequest
Creates a WebRequest ready to be used against the current session with frevvo.
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 methodGetFormTypeLink
Get a link to this FormTypeEntry
Public methodGetPrototypeId
Gets the public id string
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 the specified form instance (as PDF) to the given output stream.
Public methodSetPrototypeId
Sets the public id string
Public methodSubmitFormInstance(Uri)
Submit the specified form instance.
Public methodSubmitFormInstance(Uri, String)
Submit the specified form instance.
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
See Also