C# 클래스 CloudinaryDotNet.Actions.ExplodeParams

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

공개 메소드들

메소드 설명
Check ( ) : void

Validate object model

ExplodeParams ( string publicId, Transformation transformation ) : System

Default constructor

ToParamsDictionary ( ) : object>.SortedDictionary

Maps object model to dictionary of parameters in cloudinary notation

메소드 상세

Check() 공개 메소드

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

ExplodeParams() 공개 메소드

Default constructor
public ExplodeParams ( string publicId, Transformation transformation ) : System
publicId string The public id.
transformation Transformation The transformation.
리턴 System

ToParamsDictionary() 공개 메소드

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