C# 클래스 CloudinaryDotNet.Actions.BaseParams

Parameters of request to cloudinary
파일 보기 프로젝트 열기: cloudinary/CloudinaryDotNet

공개 메소드들

메소드 설명
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