C# 클래스 CloudinaryDotNet.Actions.MultiParams

Parameters of tag management
상속: BaseParams
파일 보기 프로젝트 열기: cloudinary/CloudinaryDotNet 1 사용 예제들

공개 메소드들

메소드 설명
Check ( ) : void

Validate object model

MultiParams ( string tag ) : System

Default constructor

ToParamsDictionary ( ) : object>.SortedDictionary

Maps object model to dictionary of parameters in cloudinary notation

메소드 상세

Check() 공개 메소드

Validate object model
public Check ( ) : void
리턴 void

MultiParams() 공개 메소드

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

ToParamsDictionary() 공개 메소드

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