C# Class CloudinaryDotNet.Actions.DelDerivedResParams

Inheritance: BaseParams
Afficher le fichier Open project: cloudinary/CloudinaryDotNet Class Usage Examples

Méthodes publiques

Méthode Description
Check ( ) : void

Validate object model

DelDerivedResParams ( ) : System
ToParamsDictionary ( ) : object>.SortedDictionary

Maps object model to dictionary of parameters in cloudinary notation

Method Details

Check() public méthode

Validate object model
public Check ( ) : void
Résultat void

DelDerivedResParams() public méthode

public DelDerivedResParams ( ) : System
Résultat System

ToParamsDictionary() public méthode

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