C# 클래스 CloudinaryDotNet.Actions.ExplicitParams

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

공개 메소드들

메소드 설명
Check ( ) : void

Validate object model

ExplicitParams ( string publicId ) : System

Initializes a new instance of the ExplicitParams class.

ToParamsDictionary ( ) : object>.SortedDictionary

Maps object model to dictionary of parameters in cloudinary notation

메소드 상세

Check() 공개 메소드

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

ExplicitParams() 공개 메소드

Initializes a new instance of the ExplicitParams class.
public ExplicitParams ( string publicId ) : System
publicId string The identifier that is used for accessing the uploaded resource.
리턴 System

ToParamsDictionary() 공개 메소드

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