Property | Type | Description | |
---|---|---|---|
BuildQueryString | string | ||
DecodeQueryString | string>.IDictionary | ||
DeserializeJsonString | object>.IDictionary | ||
GetParseType | |||
ParseClient | Parse.Internal | ||
SerializeJsonString | string |
Method | Description | |
---|---|---|
Initialize ( Configuration configuration ) : void |
Authenticates this client as belonging to your application. This must be called before your application can use the Parse library. The recommended way is to put a call to
|
|
Initialize ( string applicationId, string dotnetKey ) : void |
Authenticates this client as belonging to your application. This must be called before your application can use the Parse library. The recommended way is to put a call to
|
Method | Description | |
---|---|---|
BuildQueryString ( object>.IDictionary |
||
DecodeQueryString ( string queryString ) : string>.IDictionary |
||
DeserializeJsonString ( string jsonData ) : object>.IDictionary |
||
GetParseType ( string name ) : |
||
ParseClient ( ) : Parse.Internal | ||
SerializeJsonString ( object>.IDictionary |
public static Initialize ( Configuration configuration ) : void | ||
configuration | Configuration | The configuration to initialize Parse with. /// |
return | void |
public static Initialize ( string applicationId, string dotnetKey ) : void | ||
applicationId | string | The Application ID provided in the Parse dashboard. /// |
dotnetKey | string | The .NET API Key provided in the Parse dashboard. /// |
return | void |