C# Class Transloadit.Assembly.Step

Represents a Transloadit step
Inheritance: IStep
Afficher le fichier Open project: nkranitz/transloadit-csharp-sdk Class Usage Examples

Protected Properties

Свойство Type Description
options object>.Dictionary

Méthodes publiques

Méthode 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 méthode

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
Résultat void

Step() public méthode

Creates a new step
public Step ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ToDictionary() public méthode

Gets the current step as dictionary
public ToDictionary ( ) : object>.Dictionary
Résultat object>.Dictionary

Property Details

options protected_oe property

Stores the options of the current step
protected Dictionary options
Résultat object>.Dictionary