API Documentation
ArchUnitNET.Domain.Attribute Class Reference
Inheritance diagram for ArchUnitNET.Domain.Attribute:
Collaboration diagram for ArchUnitNET.Domain.Attribute:

Public Member Functions

 Attribute (IType type, bool? isAbstract, bool? isSealed)
 
 Attribute (Class cls)
 
- Public Member Functions inherited from ArchUnitNET.Domain.Class
 Class (IType type, bool? isAbstract=null, bool? isSealed=null)
 
 Class (Class @class)
 
override string ToString ()
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Additional Inherited Members

- Public Attributes inherited from ArchUnitNET.Domain.Class
IEnumerable< ITypeDependencyDependenciesIncludingInherited
 
MemberList MembersIncludingInherited
 
Class BaseClass
 
IEnumerable< MethodMemberConstructors => Type.GetConstructors()
 
IEnumerable< ClassInheritedClasses
 
Visibility Visibility => Type.Visibility
 
bool IsNested => Type.IsNested
 
bool IsGeneric => Type.IsGeneric
 
bool IsGenericParameter => Type.IsGenericParameter
 
bool IsStub => Type.IsStub
 
bool IsCompilerGenerated => Type.IsCompilerGenerated
 
string Name => Type.Name
 
string FullName => Type.FullName
 
Namespace Namespace => Type.Namespace
 
Assembly Assembly => Type.Assembly
 
List< ITypeDependencyDependencies => Type.Dependencies
 
List< ITypeDependencyBackwardsDependencies => Type.BackwardsDependencies
 
IEnumerable< AttributeAttributes => AttributeInstances.Select(instance => instance.Type)
 
List< AttributeInstanceAttributeInstances => Type.AttributeInstances
 
IEnumerable< ITypeImplementedInterfaces => Type.ImplementedInterfaces
 
MemberList Members => Type.Members
 
List< GenericParameterGenericParameters => Type.GenericParameters
 
- Properties inherited from ArchUnitNET.Domain.Class
bool? IsAbstract [get]
 
bool? IsSealed [get]
 
- Properties inherited from ArchUnitNET.Domain.IType
Namespace Namespace [get]
 
Assembly Assembly [get]
 
MemberList Members [get]
 
IEnumerable< ITypeImplementedInterfaces [get]
 
bool IsNested [get]
 
bool IsStub [get]
 
bool IsGenericParameter [get]
 
- Properties inherited from ArchUnitNET.Domain.IHasName
string Name [get]
 
string FullName [get]
 
- Properties inherited from ArchUnitNET.Domain.IHasDependencies
List< ITypeDependencyDependencies [get]
 
List< ITypeDependencyBackwardsDependencies [get]
 
- Properties inherited from ArchUnitNET.Domain.IHasAttributes
IEnumerable< AttributeAttributes [get]
 
List< AttributeInstanceAttributeInstances [get]
 
- Properties inherited from ArchUnitNET.Domain.IHasVisibility
Visibility Visibility [get]
 
- Properties inherited from ArchUnitNET.Domain.ICanBeGeneric
bool IsGeneric [get]
 
List< GenericParameterGenericParameters [get]
 
- Properties inherited from ArchUnitNET.Domain.ICanBeCompilerGenerated
bool IsCompilerGenerated [get]
 

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