Namespace OneImlx.Shared.Attributes
Classes
- ActionAttribute
An actionable attribute.
- ArchitectureAttribute
Specifies that the target has an architectural comment that may be resolved in future releases. Applications can use the target element, but the design may change in future releases including breaking changes.
- ConceptAttribute
Indicates that the target element represents a concept.
- FutureAttribute
Indicates a future capability or a feature request.
- InternalInfrastructureAttribute
Indicates that the target is part of the internal infrastructure. Application should not use the target directly.
- PerformanceAttribute
Specifies that the target has a performance comment that may be resolved in future releases. Applications can use the target element, but the design may change in future releases including breaking changes.
- RefactorAttribute
Specifies that the target should be re-factored. Applications can use the target element, but the design may change in future releases including breaking changes.
- WriteApiAttribute
Indicates that the target element should add the relevant back-end API.
- WriteDocumentationAttribute
Indicates that the target element requires documentation.
- WriteIntegrationTestAttribute
Indicates that the target element should have integration tests.
- WriteUnitTestAttribute
Indicates that the target element should have unit tests.