![]() |
API Documentation
|


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] |
| bool ArchUnitNET.Domain.SliceIdentifier.CompareTo | ( | SliceIdentifier | other | ) |
Is true when the two SliceIdentifiers belong to the same slice
| other |