Metalama//API Documentation/Extensions API/Metalama.​Extensions.​Architecture.​Aspects/Derived­Types­Must­Respect­Regex­Naming­Convention­Attribute
Open sandboxFocus

Class DerivedTypesMustRespectRegexNamingConventionAttribute

Aspect that, when applied to a type, reports a warning for any derived type that does not respect a naming convention given as regular expression.

Inheritance
DerivedTypesMustRespectRegexNamingConventionAttribute
Namespace: Metalama.Extensions.Architecture.Aspects
Assembly: Metalama.Extensions.Architecture.dll
Syntax
public class DerivedTypesMustRespectRegexNamingConventionAttribute : TypeAspect, IAspect<INamedType>, IAspect, ICompileTimeSerializable, IEligible<INamedType>

Constructors

Name Description
DerivedTypesMustRespectRegexNamingConventionAttribute(String)

Properties

Name Description
Pattern

Methods

Name Description
BuildAspect(IAspectBuilder<INamedType>)