Skip to main content

Class ConverterElement

Namespace: Aurigma.DesignAtoms.Configuration.ConvertersConfig
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class ConverterElement : ConfigurationElement

Inheritance: System.Object -> ConverterElement

Constructors

ConverterElement

public ConverterElement()

Properties

Name

public string Name { get; set; }

Format

public string Format { get; set; }

Executable

public string Executable { get; set; }

Arguments

public string Arguments { get; set; }

TimeOut

public int TimeOut { get; set; }
Was this page helpful?