![]() |
API Documentation
|


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< ITypeDependency > | DependenciesIncludingInherited |
| MemberList | MembersIncludingInherited |
| Class | BaseClass |
| IEnumerable< MethodMember > | Constructors => Type.GetConstructors() |
| IEnumerable< Class > | InheritedClasses |
| 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< ITypeDependency > | Dependencies => Type.Dependencies |
| List< ITypeDependency > | BackwardsDependencies => Type.BackwardsDependencies |
| IEnumerable< Attribute > | Attributes => AttributeInstances.Select(instance => instance.Type) |
| List< AttributeInstance > | AttributeInstances => Type.AttributeInstances |
| IEnumerable< IType > | ImplementedInterfaces => Type.ImplementedInterfaces |
| MemberList | Members => Type.Members |
| List< GenericParameter > | GenericParameters => 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< IType > | ImplementedInterfaces [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< ITypeDependency > | Dependencies [get] |
| List< ITypeDependency > | BackwardsDependencies [get] |
Properties inherited from ArchUnitNET.Domain.IHasAttributes | |
| IEnumerable< Attribute > | Attributes [get] |
| List< AttributeInstance > | AttributeInstances [get] |
Properties inherited from ArchUnitNET.Domain.IHasVisibility | |
| Visibility | Visibility [get] |
Properties inherited from ArchUnitNET.Domain.ICanBeGeneric | |
| bool | IsGeneric [get] |
| List< GenericParameter > | GenericParameters [get] |
Properties inherited from ArchUnitNET.Domain.ICanBeCompilerGenerated | |
| bool | IsCompilerGenerated [get] |