The FormTypeEntry type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | FormTypeEntry |
Default constructor.
|
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 .) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | ENTRY_PATH | The form type entry path |
Properties
Name | Description | |
---|---|---|
![]() | ApiKey |
{get;} the API key.
|
![]() | ControlTypeFeed |
{get;} the feed for control type entries related to the current instance.
|
![]() | ControlTypeFeedLink |
{get;} the link for control type entries related to the current instance.
|
![]() | DeployState |
{get;set;} the deploy state.
|
![]() | DocumentTypeFeed |
{get;} the feed for document type entries related to the current instance.
|
![]() | DocumentTypeFeedLink |
{get;} the link for document type entries related to the current instance.
|
![]() | ElementName |
{get;set;} the Element Name.
|
![]() | FormFeed |
{get;} the feed for form entries related to the current instance.
|
![]() | FormFeedLink |
{get;} the link for form entries related to the current instance.
|
![]() | FormTypeEditorEmbedLink |
{get;} the embed link to the form designer Javascript
|
![]() | FormTypeEditorLink |
{get;} the link to the form designer XHTML
|
![]() | FormTypeEmbedLink |
{get;} the embed link to the form Javascript
|
![]() | FormTypeLink |
{get;} the link to the form XHTML.
|
![]() | FormTypePopupLink |
{get;} the popup link to this form XHTML (resolves to a full XHTML page containing the FormType embedded in it).
|
![]() | FormTypeSchema |
{get;} the default XML Schema contents for this FormType (the one automatically created when creating controls from scratch).
|
![]() | FormTypeSchemaLink |
{get;} the default XML Schema link for this FormType
|
![]() | IsReadOnly |
{get;set;} whether the form type is read-only.
|
![]() | Kind |
{get;set;} the value for the form kind.
|
![]() | Owner |
{get;} the application that owns this entry.
|
![]() | OwnerId |
{get;set;} the id of the application that owns this form type entry.
|
![]() | Style |
{get;set;} the Style
|
![]() | SubmissionFeed |
{get;} the feed for submission entries related to the current instance.
|
![]() | SubmissionFeedLink |
{get;} the link for submission entries related to the current instance.
|
![]() | SubmissionsEmbedLink |
{get;} the link to the an Javascript code for embedding the submissions for this FormType entry
|
![]() | SubmissionsLink |
{get;} the link to an XHTML page containing the submissions for this FormType entry
|
![]() | Visibility |
{get;set;} the visibility.
|
See Also