The BaseSubmissionEntry E type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | BaseSubmissionEntry E |
Default constructor.
|
Methods
Name | Description | |
---|---|---|
![]() | CreateFormEntry |
Creates a form entry for the current instance.
|
![]() | CreateFormInstance |
Creates a reconstituted form instance.
|
![]() | GetXml |
Gets XML for the specified document link.
|
![]() | Parse |
Called by gdata framework when parsing a response
and encountering an unknown extension element.
(Overrides AtomEntryParse(ExtensionElementEventArgs, AtomFeedParser).) |
![]() | PrintFormInstance |
Print a reconstituted form instance (pdf) to the given output stream.
|
![]() | 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 | |
---|---|---|
![]() ![]() | Submission_CATEGORY | Obsolete. OBSOLETE |
![]() ![]() | SUBMISSION_CATEGORY | Category used to label entries that contain Submission data. |
Properties
Name | Description | |
---|---|---|
![]() | DocumentLinks |
{get;} the list of document links which contain xml documents, snapshots (PDF, PNG, etc), attachments and such.
|
![]() | FormTypeEmbedLink |
{get;} the embed link to the form Javascript
|
![]() | FormTypeLink |
{get;} the link to the form XHTML
|
![]() | FormTypePopupLink |
{get;} the popup link to the form XHTML - resolves to a full page containing the FormType embedded in it.
|
![]() | Key1 |
{get;} the value of the 1st control designated as a key field.
|
![]() | Key2 |
{get;} the value of the 2nd control designated as a key field.
|
![]() | Key3 |
{get;} the value of the 3rd control designated as a key field.
|
![]() | Key4 |
{get;} the value of the 4th control designated as a key field.
|
![]() | Key5 |
{get;} the value of the 5th control designated as a key field.
|
![]() | Kind |
{get;} the kind of submission: either FLOW or FORM.
|
![]() | State |
{get;} the state for this submission: either SAVED, PENDING or SUBMITTED.
|
See Also