ASP.NET VETtrak API web services
ContentsIndexHome
PreviousUpNext
TDivision Class

This class represents a division. Divisions are used to segregate data in the database and control what data users can access, they are often used to represent a corporate structure. Divisions are arranged into a tree structure, with each division having only one parent. Every VETtrak database has at least one division - the Root Division. The Root Division is the only root of the tree (the only division without a parent) and cannot be changed. The Security feature is required in order to create more divisions. Each client and enrolment is assigned to a division. VETtrak users can be granted access to multiple divisions, allowing them to view the clients and enrolments that are linked to that division or any of its descendant divisions.

C#
[Serializable]
public class TDivision;
Copyright (c) VETtrak 2022. All rights reserved.