The FormTypeEntry type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | CancelFormInstance |
Cancel the specified form instance.
|
![]() | CreateEditingFormEntry |
Creates a form instance in edit mode, having the current type.
|
![]() | CreateEditingFormEntry(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.
|
![]() | CreateFormEntry |
Creates a form instance having the current type.
|
![]() | CreateFormEntry(NameValueCollection) |
Creates a form instance having the current type.
See http://docs.frevvo.com/d/display/frevvo/Initializing+Forms+with+Data for more information.
|
![]() | CreateFormEntry(Stream) |
Creates a form instance having the current type.
|
![]() | CreateFormEntry(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.
|
![]() | CreateFormEntry(NameValueCollection, Stream) |
Creates a form instance having the current type.
|
![]() | CreateFormEntry(FormsService, NameValueCollection, MediaSource ) |
Create a new use mode instance using an alternate form service.
Useful to instantiate the user mode form for another user.
|
![]() | CreateFormInstance(NameValueCollection) |
Creates a form instance having the current type.
|
![]() | CreateFormInstance(Stream) |
Creates a form instance having the current type.
|
![]() | CreateFormInstance(NameValueCollection, MediaSource ) |
Creates a form instance having the current type.
|
![]() | CreateFormInstance(Stream, String, String) |
Creates a form instance having the current type.
|
![]() | CreateFormInstance(NameValueCollection, Stream, String, String) |
Creates a form instance having the current type.
|
![]() | CreateFormInstanceEmbed |
Creates a form instance having the current type and returns the embed instance Uri.
|
![]() | CreateWebRequest |
Creates a WebRequest ready to be used against the current session with frevvo.
|
![]() | GetEntryUri |
Gets a Uri for the current instance.
(Overrides BaseEntry E GetEntryUri .) |
![]() ![]() | GetEntryUri(String) |
Gets a path for the current instance, relative to the frevvo base uri.
|
![]() | GetFormTypeLink |
Get a link to this FormTypeEntry
|
![]() | GetPrototypeId |
Gets the public id string
|
![]() | GetSnapshotLink |
Gets a snapshot link for the specified content type.
|
![]() | Parse |
Called by gdata framework when parsing a response
and encountering an unknown extension element.
(Overrides AtomEntryParse(ExtensionElementEventArgs, AtomFeedParser).) |
![]() | PrintFormInstance |
Print the specified form instance (as PDF) to the given output stream.
|
![]() | SetPrototypeId |
Sets the public id string
|
![]() | SubmitFormInstance(Uri) |
Submit the specified form instance.
|
![]() | SubmitFormInstance(Uri, String) |
Submit the specified form instance.
|
![]() | ToString |
Returns a string representation of the current instance.
(Overrides BaseEntry E ToString .) |
![]() | Update |
Commits the current instance to the server.
(Overrides AtomEntryUpdate .) |
See Also