TFORMer SDK - NET
7.0
|
Classes | |
class | ComputedField |
Provides access to a ComputedField which is referenced by a DataSource. More... | |
class | DataField |
Provides access to DataField information. More... | |
class | DataSource |
Abstract class for a DataSource. | |
class | DataSourceCsv |
Specialized DataSource for CSV data (character separated values). More... | |
class | DataSourceOdbc |
Specialized DataSource for ODBC data. | |
class | DataSourceParameter |
Provides access to properties of a DataSourceParameter. More... | |
class | DataSourceXml |
Specialized DataSource for XML data. More... | |
class | DSFieldMapping |
DSFieldMapping defines the field-mappings between a DataSource and the DataFields used in a Formlayout. More... | |
class | FormLayout |
Provides access to a FormLayout which is referenced by a \link TECIT.TFORMer.Repository Repository\endlink or available as stand-alone FormLayout. | |
class | Job |
This is the main class of TFORMer SDK for generating output. More... | |
class | JobData |
Abstract base class for JobData. More... | |
class | JobDataCsv |
Provides access to JobDataCsv (a CSV-file that serves as JobData for a Job). More... | |
class | JobDataDataSource |
Provides access to a user-defined DataSource, which is defined in the FormLayout or a Repository. More... | |
class | JobDataOdbc |
Provides access to JobDataOdbc (an ODBC connection that serves as JobData for a Job). More... | |
class | JobDataRecordSet |
Provides access to JobDataRecordSet (a set of in-memory Record objects which serves as JobData for a Job). More... | |
class | JobDataXml |
Provides access to JobDataXml (a XML file that serves as JobData for a Job). More... | |
class | JobTrayControl |
Provides access to JobTrayControl information. More... | |
class | Project |
Provides access to Project information of a Repository or a stand-alone link FormLayout. More... | |
class | Record |
Provides access to a Record. More... | |
class | Repository |
Opens or creates a Repository, opens a stand-alone FormLayout. More... | |
class | TFORMer |
Provides methods to query status information and to license TFORMer SDK. More... | |
class | TFORMerException |
Exceptions thrown by TFORMer SDK. More... | |
Enumerations | |
enum | Aggregation |
Defines the type of Aggregation. More... | |
enum | DataFieldType |
Defines the type of a DataField. More... | |
enum | DataFieldUsage |
Describes the usage of a DataField within a FormLayout. More... | |
enum | DataSourceType |
Defines the type of a DataSource. More... | |
enum | LicenseKind |
The license types for the TFORMer SDK. More... | |
enum | PrinterType |
This enumeration specifies the type of output generated by TFORMer SDK. More... |
enum Aggregation |
Defines the type of Aggregation.
The type of Aggregation influences the result of a ComputedField. Aggregation defines if the result of previous records should affect the current result of the ComputedField's expression.
To exclude specific Records of the JobData from Aggregation use the ComputedField.Filter.
enum DataFieldType |
enum DataFieldUsage |
Describes the usage of a DataField within a FormLayout.
enum DataSourceType |
Defines the type of a DataSource.
enum LicenseKind |
The license types for the TFORMer SDK.
enum PrinterType |
This enumeration specifies the type of output generated by TFORMer SDK.
Choose between direct printing (Win32, Repository, Cups, PostscriptPrinter, TextPrinter, ZPLPrinter) and other supported output formats (PostscriptFile, HtmlFile, PdfFile, TextFile, ZPL-file or the various image formats).
© 2006-2012 - all rights reserved by TEC-IT Datenverarbeitung GmbH |
![]() |
Generated on Tue Oct 23 2012 16:33:21 for TFORMer SDK - NET with doxygen 1.8.0 |