|
|
![]() |
Home > CTC Generators > WCF Services Generator > Features |
| CTC WCF Service Controller | Top of page |
| Configurable Data Type Controls | Top of page |
| Alpha Type Control |
Controls the generation of data items defined as alpha-numeric. This includes Alpha and String types. |
|
| Boolean Type Control | Controls the generation of data items painted as a single Push Button or a single CheckBox that contain true/false values specified at design time. | |
| CopyFrom Type Control |
Controls the generation of a CopyFrom area. A CopyFrom area is generated as a .NET class with a property for each data item in the first copyfrom row. |
|
| Date Type Control |
Controls the generation of data items defined as date. A date is generated as a .NET DateTime type. At runtime, dates are converted to/from the appropriate ispec date format. |
|
| Decimal Type Control |
Controls the generation of data items defined as numeric with decimal. This includes Number, Signed, Credit, + and - types. |
|
| Enum Type Control |
Controls the generation of data items painted as controls such as Push Button, Radio Button, List Box and Combo Box that contain a list of values specified at design time. This creates a .NET Enum type containing a list of valid values for a data item. This is then included in the Service Contract, making it easy for the client application to know the possible values for a property. |
|
| Kanji Type Control | Controls the generation of data items defined as Kanji. | |
| List Type Control |
Controls the generation of data items painted as a List Box or Combo Box that at runtime creates a dynamic list. A .NET class is created for the list with a property for each column in the list. |
|
| Maint Type Control | Controls the generation of the Maint field on standard component ispecs. | |
| Numeric Type Control |
Controls the generation of data items defined as numeric without decimal. This includes Number, Signed, Credit, + and - types. |
|
| Wide Type Control | Controls the generation of data items defined as Wide. |

| Automatic Creation of Web Services Solution | Top of page |

| Custom Code Module | Top of page |
| Alternate Services | Top of page |
| External Data Files | Top of page |
|
<ListItem Order="[ORDER]" PropertyName="[PROPERTYNAME]" ListType="[LISTTYPE]"
XmlFilePath="ExternalLists/Countries.xml" XmlElementPath="//country"> <Key PropertyName="CountryCode" DataType="" Column="code" /> <Column PropertyName="Name" DataType="" Column="name" /> <Column PropertyName="Population" DataType="ClientDataTypes.IntType" Column="population" /> </ListItem> |
| Automatic Setup of Application Infrastructure Files | Top of page |
| Automatic Compile and Build of the Generated Application | Top of page |
As part of the generate process, the generator can automatically compile the generated Adapter solution and build the necessary dll’s. This is achieved using MSBuild, the build platform from Microsoft used by Visual Studio. Together with the option for configuring the Runtime parameters, this means the application is ready to deploy when the generation of the user interface application is complete.
| Configuration of Runtime Parameters | Top of page |

|
This web site will be updated regularly with the latest details. | Last update: 28th January 2018
Copyright © 2017 Client Tools Consultancy. | All rights reserved. |