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

Public Member Functions

 Assembly (string name, string fullName, bool isOnlyReferenced, List< string > referencedAssemblyNames)
 
bool Equals (Assembly other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Properties

bool IsOnlyReferenced [get]
 
string Name [get]
 
List< string > ReferencedAssemblyNames [get]
 
string FullName [get]
 
IEnumerable< AttributeAttributes [get]
 
List< AttributeInstanceAttributeInstances = new List<AttributeInstance>() [get]
 
- Properties inherited from ArchUnitNET.Domain.IHasName
- Properties inherited from ArchUnitNET.Domain.IHasAttributes

Property Documentation

◆ AttributeInstances

List<AttributeInstance> ArchUnitNET.Domain.Assembly.AttributeInstances = new List<AttributeInstance>()
get

◆ Attributes

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

◆ FullName

string ArchUnitNET.Domain.Assembly.FullName
get

◆ Name

string ArchUnitNET.Domain.Assembly.Name
get

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