C# Class CloudinaryDotNet.Actions.SpriteParams

Parameters of tag management
Inheritance: BaseParams
Afficher le fichier Open project: cloudinary/CloudinaryDotNet Class Usage Examples

Méthodes publiques

Méthode Description
Check ( ) : void

Validate object model

SpriteParams ( string tag ) : System

Default constructor

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

SpriteParams() public méthode

Default constructor
public SpriteParams ( string tag ) : System
tag string The tag name assigned to images that we should merge into the sprite.
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