C# 클래스 Transloadit.Assembly.Step

Represents a Transloadit step
상속: IStep
파일 보기 프로젝트 열기: nkranitz/transloadit-csharp-sdk 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
options object>.Dictionary

공개 메소드들

메소드 설명
SetOption ( string key, object value ) : void

Sets an option for a step in the assembly

Step ( ) : System.Collections.Generic

Creates a new step

ToDictionary ( ) : object>.Dictionary

Gets the current step as dictionary

메소드 상세

SetOption() 공개 메소드

Sets an option for a step in the assembly
public SetOption ( string key, object value ) : void
key string Name of the option
value object Value of the pption
리턴 void

Step() 공개 메소드

Creates a new step
public Step ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ToDictionary() 공개 메소드

Gets the current step as dictionary
public ToDictionary ( ) : object>.Dictionary
리턴 object>.Dictionary

프로퍼티 상세

options 보호되어 있는 프로퍼티

Stores the options of the current step
protected Dictionary options
리턴 object>.Dictionary