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

Models a Web Client. 

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

Clients, who enrol via a Client Web Enrolment, and employees, who enrol via an Employer Web Enrolment, are both modelled by this class. 

The properties of the web client class mainly relate to various contact details. 

If the TWecl models a client linked to a client web enrolment, the Webe_ID property is non zero, and the Weco_ID, if set, is the ID of a loose web employer that is the employer for this client. If the TWecl models an employee linked to an employer web enrolment, the Webe_ID is null and the Weco_ID property is non zero.

Copyright (c) VETtrak 2022. All rights reserved.