The SchemaEntry type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | SchemaEntry |
Default constructor.
|
Methods
Name | Description | |
---|---|---|
![]() | 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.
|
![]() | Parse |
Called by gdata framework when parsing a response
and encountering an unknown extension element.
(Overrides AtomEntryParse(ExtensionElementEventArgs, AtomFeedParser).) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | ENTRY_PATH | The schema entry path |
![]() ![]() | Schema_CATEGORY | Obsolete. OBSOLETE |
![]() ![]() | SCHEMA_CATEGORY | Category used to label entries that contain Schema data. |
Properties
Name | Description | |
---|---|---|
![]() | DocumentTypeFeed |
{get;} the document type feed, which contains entries that represent types in the schema.
|
![]() | DocumentTypeFeedLink |
{get;} a link for the document type feed.
|
![]() | IsSystem |
{get;} whether the current instance is a system entry.
|
![]() | Owner |
{get;} the application that owns this entry.
|
![]() | OwnerId |
{get;set;} the id of the application that owns this form type entry.
|
See Also