Class ConverterElement
Inheritance
System.Object
ConverterElement
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class ConverterElement : ConfigurationElement
Constructors
ConverterElement()
Declaration
public ConverterElement()
Properties
Arguments
Declaration
public string Arguments { get; set; }
Property Value
Type |
Description |
System.String |
|
Executable
Declaration
public string Executable { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Format { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
TimeOut
Declaration
public int TimeOut { get; set; }
Property Value
Type |
Description |
System.Int32 |
|