Method | Description | |
---|---|---|
AddCustomParam ( string key, string value ) : void |
Allow passing ad-hoc parameters in each method (mainly to allow work-around solutions until a fix is published)
|
|
Check ( ) : void |
Validate object model
|
|
ToParamsDictionary ( ) : object>.SortedDictionary |
Maps object model to dictionary of parameters in cloudinary notation
|
Method | Description | |
---|---|---|
AddCoordinates ( object>.SortedDictionary |
Adds a coordinate object (plain string or Rectangle or List of Rectangles or FaceCoordinates)
|
|
AddParam ( object>.SortedDictionary |
Adds the parameter.
|
|
AddParam ( object>.SortedDictionary |
Adds the parameter.
|
|
AddParam ( object>.SortedDictionary |
Adds the parameter.
|
|
AddParam ( object>.SortedDictionary |
Adds the parameter.
|
|
AddParam ( object>.SortedDictionary |
Adds the parameter.
|
protected AddCoordinates ( object>.SortedDictionary |
||
dict | object>.SortedDictionary | The dictionary. |
key | string | The key. |
coordObj | object | The value. |
return | void |
public AddCustomParam ( string key, string value ) : void | ||
key | string | The key |
value | string | The value |
return | void |
protected AddParam ( object>.SortedDictionary |
||
dict | object>.SortedDictionary | The dictionary. |
key | string | The key. |
value | System.DateTime | The value. |
return | void |
protected AddParam ( object>.SortedDictionary |
||
dict | object>.SortedDictionary | The dictionary. |
key | string | The key. |
value | IEnumerable |
The value. |
return | void |
protected AddParam ( object>.SortedDictionary |
||
dict | object>.SortedDictionary | The dictionary. |
key | string | The key. |
value | bool | The value. |
return | void |
protected AddParam ( object>.SortedDictionary |
||
dict | object>.SortedDictionary | The dictionary. |
key | string | The key. |
value | float | The value. |
return | void |
protected AddParam ( object>.SortedDictionary |
||
dict | object>.SortedDictionary | The dictionary. |
key | string | The key. |
value | string | The value. |
return | void |
public ToParamsDictionary ( ) : object>.SortedDictionary |
||
return | object>.SortedDictionary |