Skip to content
This repository has been archived by the owner on Feb 2, 2020. It is now read-only.
Michał B edited this page Mar 31, 2018 · 3 revisions

Description

  • This class is a base to all model-classes in AutomobileService.
  • This class is responsible for delivering base properties and methods to other model-classes.
  • This class contains methods responsible for acting on it.

Properties

Name Type Access Description
Id int public Id of the object/entity.
CreatedAt DateTime public Date of the object/entity creation.
UpdatedAt DateTime public The date the object/entity was updated.
Deleted bool public A flag indicating the deletion of an object/entity.

Methods

Name Type Access Description
Entity - public Constructor initializing all object fields.
Delete void public A method that sets the delete flag to true.

General


Technical documentation

  1. Models
Clone this wiki locally