The ApplicationEntry type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | ApplicationEntry |
Constructs a new ApplicationEntry instance with the appropriate category
to indicate that it is a worksheet.
|
Methods
Name | Description | |
---|---|---|
![]() | DeleteScript |
Delete the script from this 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.
|
![]() | GetScript |
Get the script from this entry
|
![]() | Parse |
Called by gdata framework when parsing a response
and encountering an unknown extension element.
(Overrides AtomEntryParse(ExtensionElementEventArgs, AtomFeedParser).) |
![]() | SetScript |
Get the script from this entry
|
![]() | SetUpSchema(MediaSource, String) |
Convenience method to upload schema in MediaSource form.
|
![]() | SetUpSchema(String, String) |
Convenience method to upload schema in .xsd file form.
|
![]() | SetupSchemaZip |
Convenience method to upload Schema file(s) in Zip form.
|
Fields
Name | Description | |
---|---|---|
![]() ![]() | Application_CATEGORY | Obsolete. OBSOLETE |
![]() ![]() | APPLICATION_CATEGORY | Category used to label entries that contain Application data. |
![]() ![]() | ENTRY_PATH | The application entry path |
Properties
Name | Description | |
---|---|---|
![]() | FlowTypeFeed |
{get;} the flow type feed.
|
![]() | FlowTypeFeedLink |
{get;} a link for the flow type feed.
|
![]() | FormTypeFeed |
{get;} the form type feed.
|
![]() | FormTypeFeedLink |
{get;} a link for the form type feed.
|
![]() | Owner |
{get;} the user that owns this entry.
|
![]() | OwnerId |
{get;} the id of the user that owns this app entry.
|
![]() | SchemaFeed |
{get;} the schema feed.
|
![]() | SchemaFeedLink |
{get;} a link for the schema feed.
|
See Also