API Documentation
Loading...
Searching...
No Matches
ArchUnitNET.Domain.Class Class Reference
Inheritance diagram for ArchUnitNET.Domain.Class:
Collaboration diagram for ArchUnitNET.Domain.Class:

Public Member Functions

 Class (IType type, bool? isAbstract=null, bool? isSealed=null, bool? isRecord=null)
 
 Class (Class @class)
 
override string ToString ()
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Properties

IEnumerable< ITypeDependencyDependenciesIncludingInherited [get]
 
MemberList MembersIncludingInherited [get]
 
Class BaseClass [get]
 
IEnumerable< MethodMemberConstructors [get]
 
bool? IsAbstract [get]
 
bool? IsSealed [get]
 
bool? IsRecord [get]
 
IEnumerable< ClassInheritedClasses [get]
 
Visibility Visibility [get]
 
bool IsNested [get]
 
bool IsGeneric [get]
 
bool IsGenericParameter [get]
 
bool IsStub [get]
 
bool IsCompilerGenerated [get]
 
string Name [get]
 
string FullName [get]
 
string AssemblyQualifiedName [get]
 
Namespace Namespace [get]
 
Assembly Assembly [get]
 
List< ITypeDependencyDependencies [get]
 
List< ITypeDependencyBackwardsDependencies [get]
 
IEnumerable< AttributeAttributes [get]
 
List< AttributeInstanceAttributeInstances [get]
 
IEnumerable< ITypeImplementedInterfaces [get]
 
MemberList Members [get]
 
List< GenericParameterGenericParameters [get]
 
- Properties inherited from ArchUnitNET.Domain.IType
- Properties inherited from ArchUnitNET.Domain.IHasAssemblyQualifiedName
- Properties inherited from ArchUnitNET.Domain.IHasName
- Properties inherited from ArchUnitNET.Domain.IResidesInAssembly
- Properties inherited from ArchUnitNET.Domain.IResidesInNamespace
- Properties inherited from ArchUnitNET.Domain.IHasDependencies
- Properties inherited from ArchUnitNET.Domain.IHasAttributes
- Properties inherited from ArchUnitNET.Domain.IHasVisibility
- Properties inherited from ArchUnitNET.Domain.ICanBeGeneric
- Properties inherited from ArchUnitNET.Domain.ICanBeCompilerGenerated

Property Documentation

◆ Assembly

Assembly ArchUnitNET.Domain.Class.Assembly
get

◆ AssemblyQualifiedName

string ArchUnitNET.Domain.Class.AssemblyQualifiedName
get

◆ AttributeInstances

List<AttributeInstance> ArchUnitNET.Domain.Class.AttributeInstances
get

◆ Attributes

IEnumerable<Attribute> ArchUnitNET.Domain.Class.Attributes
get

◆ BackwardsDependencies

List<ITypeDependency> ArchUnitNET.Domain.Class.BackwardsDependencies
get

◆ Dependencies

List<ITypeDependency> ArchUnitNET.Domain.Class.Dependencies
get

◆ FullName

string ArchUnitNET.Domain.Class.FullName
get

◆ GenericParameters

List<GenericParameter> ArchUnitNET.Domain.Class.GenericParameters
get

◆ ImplementedInterfaces

IEnumerable<IType> ArchUnitNET.Domain.Class.ImplementedInterfaces
get

◆ IsCompilerGenerated

bool ArchUnitNET.Domain.Class.IsCompilerGenerated
get

◆ IsGeneric

bool ArchUnitNET.Domain.Class.IsGeneric
get

◆ IsGenericParameter

bool ArchUnitNET.Domain.Class.IsGenericParameter
get

◆ IsNested

bool ArchUnitNET.Domain.Class.IsNested
get

◆ IsStub

bool ArchUnitNET.Domain.Class.IsStub
get

◆ Members

MemberList ArchUnitNET.Domain.Class.Members
get

◆ Name

string ArchUnitNET.Domain.Class.Name
get

◆ Namespace

Namespace ArchUnitNET.Domain.Class.Namespace
get

◆ Visibility

Visibility ArchUnitNET.Domain.Class.Visibility
get

The documentation for this class was generated from the following file: