FormTypeEntry Membersfrevvo Live Forms

The FormTypeEntry type exposes the following members.
Constructors

  NameDescription
Public methodFormTypeEntry
Default constructor.
Back to Top
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
Fields

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

  NameDescription
Public propertyApiKey
{get;} the API key.
Public propertyControlTypeFeed
{get;} the feed for control type entries related to the current instance.
Public propertyControlTypeFeedLink
{get;} the link for control type entries related to the current instance.
Public propertyDeployState
{get;set;} the deploy state.
Public propertyDocumentTypeFeed
{get;} the feed for document type entries related to the current instance.
Public propertyDocumentTypeFeedLink
{get;} the link for document type entries related to the current instance.
Public propertyElementName
{get;set;} the Element Name.
Public propertyFormFeed
{get;} the feed for form entries related to the current instance.
Public propertyFormFeedLink
{get;} the link for form entries related to the current instance.
Public propertyFormTypeEditorEmbedLink
{get;} the embed link to the form designer Javascript
Public propertyFormTypeEditorLink
{get;} the link to the form designer XHTML
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 this form XHTML (resolves to a full XHTML page containing the FormType embedded in it).
Public propertyFormTypeSchema
{get;} the default XML Schema contents for this FormType (the one automatically created when creating controls from scratch).
Public propertyFormTypeSchemaLink
{get;} the default XML Schema link for this FormType
Public propertyIsReadOnly
{get;set;} whether the form type is read-only.
Public propertyKind
{get;set;} the value for the form kind.
Public propertyOwner
{get;} the application that owns this entry.
Public propertyOwnerId
{get;set;} the id of the application that owns this form type entry.
Public propertyStyle
{get;set;} the Style
Public propertySubmissionFeed
{get;} the feed for submission entries related to the current instance.
Public propertySubmissionFeedLink
{get;} the link for submission entries related to the current instance.
Public propertySubmissionsEmbedLink
{get;} the link to the an Javascript code for embedding the submissions for this FormType entry
Public propertySubmissionsLink
{get;} the link to an XHTML page containing the submissions for this FormType entry
Public propertyVisibility
{get;set;} the visibility.
Back to Top
See Also