ASP.NET VETtrak API web services
ContentsIndexHome
PreviousUpNext
TWeco Class
C#
[Serializable]
public class TWeco;

Models a Web Company (Web Employer). 

A web company is a company or employer involved in a web enrolment. There is a distinction between this and a normal enrolment to allow various checks to be made before data is integrated with that of normal enrolments in the VETtrak database. 

Assuming it passes the checks, data in the web company table will eventually find its way into the employer table. 

So effectively, the Web Company class accepts data from a web user and quarantines it until it is validated. 

The properties of the Web Company include:

  • Webe_ID, a reference to the web enrolment involving the web company. For 'loose' employers, this will be null.
  • Several properties relating to identity of the web company, for example, Identifier, Name, Address, Phone details.
  • Expected number of attendees from the web company, who will participate in the training.

Copyright (c) VETtrak 2022. All rights reserved.