The FormsService type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | FormsService |
Constructs an instance having the specified attributes.
|
Methods
Name | Description | |
---|---|---|
![]() | CreateAndParseFeed |
Creates a feed and parses the stream contents into it.
(Overrides ServiceCreateAndParseFeed(Stream, Uri).) |
![]() | CreateApplicationQuery |
Create a query object.
|
![]() | CreateApplicationQuery(String) |
Create a query object.
|
![]() | CreateControlQuery |
Create a query object.
|
![]() | CreateControlQuery(String) |
Create a query object.
|
![]() | CreateControlTypeQuery |
Create a query object.
|
![]() | CreateControlTypeQuery(String) |
Create a query object.
|
![]() | CreateDocumentTypeQuery |
Create a query object.
|
![]() | CreateDocumentTypeQuery(String) |
Create a query object.
|
![]() | CreateFeed |
Called when gdata is requesting a feed (while parsing a response).
(Overrides ServiceCreateFeed(Uri).) |
![]() | CreateFormQuery |
Create a query object.
|
![]() | CreateFormQuery(String) |
Create a query object.
|
![]() | CreateFormTypeQuery |
Create a query object.
|
![]() | CreateFormTypeQuery(String) |
Create a query object.
|
![]() | CreateSchemaQuery |
Create a query object.
|
![]() | CreateSchemaQuery(String) |
Create a query object.
|
![]() | CreateStyleQuery |
Create a query object.
|
![]() | CreateStyleQuery(String) |
Create a query object.
|
![]() | CreateSubmissionQuery |
Create a query object.
|
![]() | CreateSubmissionQuery(String) |
Create a query object.
|
![]() | CreateTaskQuery |
Create a query object.
|
![]() | CreateTaskQuery(String) |
Create a query object.
|
![]() | CreateUserQuery |
Create a query object.
|
![]() | CreateUserQuery(String) |
Create a query object.
|
![]() | Delete(Uri) |
Delete the specified item.
(Overrides ServiceDelete(Uri).) |
![]() | Delete(Uri, String) |
Delete the specified item.
(Overrides ServiceDelete(Uri, String).) |
![]() | GetApplication |
Gets an entry for the specified id.
|
![]() | GetAutoLoginUserInfo |
Get the AutoLoginUserInfo information.
|
![]() | GetControl |
Gets an entry for the specified id.
|
![]() | GetControlType |
Gets an entry for the specified id.
|
![]() | GetDocumentType |
Gets an entry for the specified id.
|
![]() | GetForm |
Gets an entry for the specified id.
|
![]() | GetFormType |
Gets an entry for the specified id.
|
![]() | GetLinkedEntry E |
Gets an entry using the specified link.
|
![]() | GetLinkedFeed F, E, Q |
Gets a feed using the specified link.
|
![]() | GetSchema |
Gets an entry for the specified id.
|
![]() | GetStyle |
Gets an entry for the specified id.
|
![]() | GetSubmission |
Gets an entry for the specified id.
|
![]() | GetTask |
Gets an entry for the specified id.
|
![]() | GetUser |
Gets an entry for the specified id.
|
![]() | httpGet(String) |
Perform an http-get operation.
|
![]() | httpGet(String, Encoding) |
Perform an http-get operation.
|
![]() | httpPost(String, NameValueCollection) |
Perform an http-post operation.
|
![]() | httpPost(String, NameValueCollection, MediaSource ) |
Perform an http-post operation.
|
![]() | Login |
Login to the service using specified credentials.
|
![]() | LoginAs(String, String, String) |
Login to frevvo as any of the existing tenant users, provided you can pass in the tenant's admin user and password.
|
![]() | LoginAs(String, String, String, Boolean, String , String, String, String, IDictionary String, String ) |
Login to frevvo as any of the existing tenant users, provided you can pass in the tenant's admin user and password.
|
![]() | Logout |
Login to the service using specified credentials.
|
![]() | Query(ApplicationQuery) |
Perform a query.
|
![]() | Query(ControlQuery) |
Perform a query.
|
![]() | Query(ControlTypeQuery) |
Perform a query.
|
![]() | Query(DocumentTypeQuery) |
Perform a query.
|
![]() | Query(FormQuery) |
Perform a query.
|
![]() | Query(FormTypeQuery) |
Perform a query.
|
![]() | Query(SchemaQuery) |
Perform a query.
|
![]() | Query(SubmissionQuery) |
Perform a query.
|
![]() | Query(TaskQuery) |
Perform a query.
|
![]() | Query(UserQuery) |
Perform a query.
|
![]() | QueryContent |
Queries the specified content.
|
Fields
Name | Description | |
---|---|---|
![]() ![]() | GFormsService | static string that specifies the service name |
![]() ![]() | USER_AGENT | static string that specifies the name/version of .net api in the web request |
Properties
Name | Description | |
---|---|---|
![]() | BaseUri |
{get;} the base uri for the service, including the tenant path.
(Overrides ServiceBaseUri.) |
![]() | CsrfSecretKey | |
![]() | Tenant |
{get;} the tenant name.
|
![]() | UserInfo |
{get;} the AutoLoginUserInfo if logged in as another user.
|
![]() | UserName |
{get;} the user name.
|
See Also