C# Class CloudinaryDotNet.Actions.ExplicitParams

Inheritance: BaseParams
显示文件 Open project: cloudinary/CloudinaryDotNet Class Usage Examples

Public Methods

Method Description
Check ( ) : void

Validate object model

ExplicitParams ( string publicId ) : System

Initializes a new instance of the ExplicitParams class.

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

ExplicitParams() public method

Initializes a new instance of the ExplicitParams class.
public ExplicitParams ( string publicId ) : System
publicId string The identifier that is used for accessing the uploaded resource.
return System

ToParamsDictionary() public method

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