C# Class CloudinaryDotNet.Actions.RestoreParams

Inheritance: BaseParams
Afficher le fichier Open project: cloudinary/CloudinaryDotNet

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Check ( ) : void

Validate object model

RestoreParams ( ) : 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

RestoreParams() public méthode

public RestoreParams ( ) : 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