MoxiWorks Platform
.NET SDK For MoxiWorks Public API
MoxiWorks.Platform.UriBuilder Class Reference

used internaly to generate urls to the moxiworks api More...

Public Member Functions

 UriBuilder (string path="")
 
string GetUrl ()
 
string BuildQueryString ()
 
UriBuilder AddQueryParameter (string key, string value)
 
UriBuilder AddQueryParameter (string key, int? value)
 
UriBuilder AddQueryParameter (string key, bool? value)
 
UriBuilder AddQueryParameter (string key, DateTime? value)
 
UriBuilder AddQueryPerameterAgentId (string agentId, AgentIdType agentIdType)
 

Properties

Dictionary< string, string > QueryParameters = new Dictionary<string, string>() [get]
 

Detailed Description

used internaly to generate urls to the moxiworks api


The documentation for this class was generated from the following file: