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

Event Type Class 

Each TEventType indentifies a type of event. The Name is used when creating or updating an event. 

A TEventType object has properties: 

  • Name = Name of Event Type,
  • Code = Event Type Code,
  • Description = Event Type Description,
  • Active = Event Type Active Flag.
 

GetEventTypes returns a listing of all Event Types.

Copyright (c) VETtrak 2022. All rights reserved.