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

Public Member Functions

bool CompareTo (SliceIdentifier other)
 Is true when the two SliceIdentifiers belong to the same slice More...
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
- Public Member Functions inherited from ArchUnitNET.Domain.StringIdentifier
 StringIdentifier (string identifier)
 
override string ToString ()
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static SliceIdentifier Of (string identifier, int? countOfAsteriskInPattern=null, string nameSpace=null)
 
static SliceIdentifier Ignore ()
 

Public Attributes

readonly bool Ignored
 
string Description => Identifier
 
readonly string NameSpace
 
readonly? int CountOfAsteriskInPattern
 
- Public Attributes inherited from ArchUnitNET.Domain.StringIdentifier
readonly string Identifier
 

Static Public Attributes

static readonly SliceIdentifierComparer Comparer = new SliceIdentifierComparer()
 

Additional Inherited Members

- Properties inherited from ArchUnitNET.Domain.IHasDescription
string Description [get]
 

Member Function Documentation

◆ CompareTo()

bool ArchUnitNET.Domain.SliceIdentifier.CompareTo ( SliceIdentifier  other)

Is true when the two SliceIdentifiers belong to the same slice

Parameters
other
Returns

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