C# Class Transloadit.Assembly.Step

Represents a Transloadit step
Inheritance: IStep
Datei anzeigen Open project: nkranitz/transloadit-csharp-sdk Class Usage Examples

Protected Properties

Property Type Description
options object>.Dictionary

Public Methods

Method Description
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

Method Details

SetOption() public method

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
return void

Step() public method

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

ToDictionary() public method

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

Property Details

options protected_oe property

Stores the options of the current step
protected Dictionary options
return object>.Dictionary