C# 클래스 CloudinaryDotNet.Condition

파일 보기 프로젝트 열기: cloudinary/CloudinaryDotNet

공개 프로퍼티들

프로퍼티 타입 설명
Operators string>.Dictionary
Parameters string>.Dictionary

보호된 프로퍼티들

프로퍼티 타입 설명
predicateList List

공개 메소드들

메소드 설명
And ( ) : Condition
AspectRatio ( string @operator, string value ) : Condition
Condition ( ) : System.Collections.Generic
Condition ( string condition ) : System.Collections.Generic

Create a Condition object. The condition string will be translated to a serialized condition.

FaceCount ( string @operator, object value ) : Condition
Height ( string @operator, object value ) : Condition
Or ( ) : Condition
PageCount ( string @operator, object value ) : Condition
Serialize ( ) : string

Serialize a list of predicates.

SetParent ( Transformation parent ) : Condition
Then ( ) : Transformation

Terminates the definition of the condition and continue with Transformation definition.

ToString ( ) : string
Width ( string @operator, object value ) : Condition

보호된 메소드들

메소드 설명
Predicate ( string name, string @operator, string value ) : Condition

Create a predicate for binary operators

비공개 메소드들

메소드 설명
GetOperatorReplacement ( string value ) : string
Literal ( string condition ) : string

Convert incoming condition string into Literal in the URL format. e.g. "width > 0" => "w_lt_0"

메소드 상세

And() 공개 메소드

public And ( ) : Condition
리턴 Condition

AspectRatio() 공개 메소드

public AspectRatio ( string @operator, string value ) : Condition
@operator string
value string
리턴 Condition

Condition() 공개 메소드

public Condition ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Condition() 공개 메소드

Create a Condition object. The condition string will be translated to a serialized condition.
public Condition ( string condition ) : System.Collections.Generic
condition string Condition in string format.
리턴 System.Collections.Generic

FaceCount() 공개 메소드

public FaceCount ( string @operator, object value ) : Condition
@operator string
value object
리턴 Condition

Height() 공개 메소드

public Height ( string @operator, object value ) : Condition
@operator string
value object
리턴 Condition

Or() 공개 메소드

public Or ( ) : Condition
리턴 Condition

PageCount() 공개 메소드

public PageCount ( string @operator, object value ) : Condition
@operator string
value object
리턴 Condition

Predicate() 보호된 메소드

Create a predicate for binary operators
protected Predicate ( string name, string @operator, string value ) : Condition
name string
@operator string
value string
리턴 Condition

Serialize() 공개 메소드

Serialize a list of predicates.
public Serialize ( ) : string
리턴 string

SetParent() 공개 메소드

public SetParent ( Transformation parent ) : Condition
parent Transformation
리턴 Condition

Then() 공개 메소드

Terminates the definition of the condition and continue with Transformation definition.
public Then ( ) : Transformation
리턴 Transformation

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Width() 공개 메소드

public Width ( string @operator, object value ) : Condition
@operator string
value object
리턴 Condition

프로퍼티 상세

Operators 공개적으로 정적으로 프로퍼티

public static Dictionary Operators
리턴 string>.Dictionary

Parameters 공개적으로 정적으로 프로퍼티

public static Dictionary Parameters
리턴 string>.Dictionary

predicateList 보호되어 있는 프로퍼티

protected List predicateList
리턴 List