ASP.NET VETtrak API web services
ContentsIndexHome
PreviousUpNext
TAuthenticate Constructor

This is the overview for the TAuthenticate constructor overload.

 
Name 
Description 
 
 
 
Create a 'Bad' TAuthenticate object
This is used when a DatabaseException has occurred. The properties of the TAuthenticate object are set to:
  • Token = '',
  • Status = status based on dbException status,
  • StatusMessage = message from dbException, appended with appendMessage if supplied
  • Identifier = '-1'
  • TokenType = ''.
 
 
Create a TAuthenticate object and assign its Status Property.
The Status property takes the value of the parameter, iStatus. All other properties remain unset. 
 
Create a 'Bad' TAuthenticate object
This is used when a problem has occurred. The properties of the TAuthenticate object are set to:
  • Token = '',
  • Status = iStatus,
  • StatusMessage = sStatusMessage,
  • Identifier = '-1'
  • TokenType = ''.
 
Copyright (c) VETtrak 2022. All rights reserved.