C# Класс CloudinaryDotNet.Actions.BaseParams

Parameters of request to cloudinary
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
AddCoordinates ( object>.SortedDictionary dict, string key, object coordObj ) : void

Adds a coordinate object (plain string or Rectangle or List of Rectangles or FaceCoordinates)

AddParam ( object>.SortedDictionary dict, string key, System.DateTime value ) : void

Adds the parameter.

AddParam ( object>.SortedDictionary dict, string key, IEnumerable value ) : void

Adds the parameter.

AddParam ( object>.SortedDictionary dict, string key, bool value ) : void

Adds the parameter.

AddParam ( object>.SortedDictionary dict, string key, float value ) : void

Adds the parameter.

AddParam ( object>.SortedDictionary dict, string key, string value ) : void

Adds the parameter.

Описание методов

AddCoordinates() защищенный Метод

Adds a coordinate object (plain string or Rectangle or List of Rectangles or FaceCoordinates)
protected AddCoordinates ( object>.SortedDictionary dict, string key, object coordObj ) : void
dict object>.SortedDictionary The dictionary.
key string The key.
coordObj object The value.
Результат void

AddCustomParam() публичный Метод

Allow passing ad-hoc parameters in each method (mainly to allow work-around solutions until a fix is published)
public AddCustomParam ( string key, string value ) : void
key string The key
value string The value
Результат void

AddParam() защищенный Метод

Adds the parameter.
protected AddParam ( object>.SortedDictionary dict, string key, System.DateTime value ) : void
dict object>.SortedDictionary The dictionary.
key string The key.
value System.DateTime The value.
Результат void

AddParam() защищенный Метод

Adds the parameter.
protected AddParam ( object>.SortedDictionary dict, string key, IEnumerable value ) : void
dict object>.SortedDictionary The dictionary.
key string The key.
value IEnumerable The value.
Результат void

AddParam() защищенный Метод

Adds the parameter.
protected AddParam ( object>.SortedDictionary dict, string key, bool value ) : void
dict object>.SortedDictionary The dictionary.
key string The key.
value bool The value.
Результат void

AddParam() защищенный Метод

Adds the parameter.
protected AddParam ( object>.SortedDictionary dict, string key, float value ) : void
dict object>.SortedDictionary The dictionary.
key string The key.
value float The value.
Результат void

AddParam() защищенный Метод

Adds the parameter.
protected AddParam ( object>.SortedDictionary dict, string key, string value ) : void
dict object>.SortedDictionary The dictionary.
key string The key.
value string The value.
Результат void

Check() публичный абстрактный Метод

Validate object model
public abstract Check ( ) : void
Результат void

ToParamsDictionary() публичный Метод

Maps object model to dictionary of parameters in cloudinary notation
public ToParamsDictionary ( ) : object>.SortedDictionary
Результат object>.SortedDictionary