C# Class CloudinaryDotNet.Actions.MultiParams

Parameters of tag management
Inheritance: BaseParams
显示文件 Open project: cloudinary/CloudinaryDotNet Class Usage Examples

Public Methods

Method Description
Check ( ) : void

Validate object model

MultiParams ( string tag ) : System

Default constructor

ToParamsDictionary ( ) : object>.SortedDictionary

Maps object model to dictionary of parameters in cloudinary notation

Method Details

Check() public method

Validate object model
public Check ( ) : void
return void

MultiParams() public method

Default constructor
public MultiParams ( string tag ) : System
tag string The tag name assigned to images that we should merge into the sprite.
return System

ToParamsDictionary() public method

Maps object model to dictionary of parameters in cloudinary notation
public ToParamsDictionary ( ) : object>.SortedDictionary
return object>.SortedDictionary