The FormEntry type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | FormEntry |
Default constructor.
|
Methods
Name | Description | |
---|---|---|
![]() | Cancel |
Cancel the current form instance.
|
![]() | FindControlEntry |
Gets the specified control entry.
|
![]() | 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.
|
![]() | GetFormEditLink |
Returns a form edit link, having the text/html link type.
|
![]() | GetFormEditLink(String) |
Returns a form edit link, having the specified link type.
|
![]() | GetFormUseLink |
Returns a form use link, having the text/html link type.
|
![]() | GetFormUseLink(String) |
Returns a form use link, having the specified link type.
|
![]() | 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 a reconstituted form instance (as PDF) to the given output stream.
|
![]() | Save |
Save the current instance.
|
![]() | Submit |
Submit the current form instance.
|
![]() | Submit(String) |
Submit the current form instance.
|
![]() | SubmitEdit |
Submit the current form edits.
|
![]() | SubmitEdit(Boolean) |
Submit the current form edits.
|
![]() | SubmitInstance |
Submit the current form instance.
|
![]() | SubmitInstance(String) |
Submit the current form instance.
|
![]() | Update |
Commits the current instance to the server.
(Overrides AtomEntryUpdate .) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | ENTRY_PATH | The form entry path |
Properties
Name | Description | |
---|---|---|
![]() | ControlFeed |
{get;} the control feed for the current instance.
|
![]() | ControlFeedLink |
{get;} the control link for the current instance.
|
![]() | FormType |
{get;} the form type entry for the current instance.
|
![]() | FormTypeId |
{get;} the form type id for the current instance.
|
![]() | FormTypeLink |
{get;} the link for the form type entry related to the current instance.
|
![]() | IsDirtyInstance |
{get;} whether the editing entry has been modified.
|
![]() | Owner |
{get;} the aplication entry that owns the current instance.
|
![]() | OwnerId |
{get;set;} the id of the form type entry that owns the current instance.
|
See Also