OOPBusinessGeneric 1.0.5

dotnet add package OOPBusinessGeneric --version 1.0.5
                    
NuGet\Install-Package OOPBusinessGeneric -Version 1.0.5
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OOPBusinessGeneric" Version="1.0.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OOPBusinessGeneric" Version="1.0.5" />
                    
Directory.Packages.props
<PackageReference Include="OOPBusinessGeneric" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add OOPBusinessGeneric --version 1.0.5
                    
#r "nuget: OOPBusinessGeneric, 1.0.5"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package OOPBusinessGeneric@1.0.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=OOPBusinessGeneric&version=1.0.5
                    
Install as a Cake Addin
#tool nuget:?package=OOPBusinessGeneric&version=1.0.5
                    
Install as a Cake Tool

OOPBusinessGeneric

CST | TADS | POO

Defines Business Generics abstractions, classes and interfaces for teaching Object-Oriented Paradigm in C#.

Structures

Packages

OOPFoundation : defines foundation abstractions, classes and interfaces.

OOPBusinessGeneric : defines business generics abstractions, classes and interfaces.

Abstract Classes

APerson has OOPFoundation.AText : allows creation of different classes to represent different types of people, e.g. Employee or Student

ARegister extends OOPFoundation.AText : allows creation of different identification numbers, e.g. Employee Number or Student Number

Interfaces

NONE

Classes

CNPJ extends OOPFoundation.AText : Brazilian business identification number for taxes purposes

CPF extends OOPFoundation.AText : Brazilian individual (person) identification number for taxes purposes

Address : encompasses all address data

  • PublicWay extends OOPFoundation.AText : identifies Street, Avenue...

  • AddressNumber extends OOPFoundation.AText : specific Public Way number

  • Complement extends OOPFoundation.AText : address complement information, e.g. Apt ou Block info

  • Neighborhood extends OOPFoundation.AText : identifies the neighborhood of residence for example

  • County extends OOPFoundation.AText, uses State : identifies the city of residence for example

  • ZIPCode extends OOPFoundation.AText : identifies the ZIP Code of residence for example

Country extends OOPFoundation.AText, uses OOPFoundation.Acronym : identifies the country of residence for example

State extends OOPFoundation.AText, uses OOPFoundation.Acronym, Country : identifies the state of residence for example

UML

Diagrama de Classes

UML


NOTICE!

This is a NuGet package aimed at teaching Object-Oriented Paradigm concepts to a specific group of students.


Prof. Marcos M. Chaves

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.5 101 4/30/2026