Back to Website
Show / Hide Table of Contents

Class ConverterElement

Inheritance
System.Object
ConverterElement
Namespace: Aurigma.DesignAtoms.Configuration.ConvertersConfig
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

Format

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
Back to top Copyright © 2001–2022 Aurigma, Inc. All rights reserved.
Loading...