CloudNimble.DotNetDocs.Tests.Shared.BasicScenarios Namespace
This namespace contains classes demonstrating common programming patterns including inheritance, properties, methods, and disposable patterns.
📊 Namespace Overview
🎯 Types in this Namespace
BaseClass
Abstract Base ClassDemonstrates inheritance patterns with virtual and abstract members.
DerivedClass
Derived Class • Extends
BaseClassShows method overriding and inheritance implementation.SimpleClass
Simple ClassBasic class structure with minimal implementation.
ClassWithProperties
Property PatternsDemonstrates various property types and patterns.
ClassWithMethods
Method PatternsShows different method signatures including async patterns.
DisposableClass
IDisposable ImplementationProper resource cleanup pattern implementation.
💡 Common Patterns
- Inheritance
- Properties
- Disposable
📊 Type Statistics
6
Total Classes
1
Abstract Class
1
Interface Implementation
📚 Related Documentation
Design Pattern Note: These classes demonstrate fundamental OOP patterns that are commonly used in .NET applications.