Class ArchitectureAttribute
- Namespace
- OneImlx.Shared.Attributes
- Assembly
- OneImlx.Shared.dll
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.
[AttributeUsage(AttributeTargets.All, Inherited = false, AllowMultiple = true)]
public sealed class ArchitectureAttribute : ActionAttribute
- Inheritance
-
ArchitectureAttribute
- Inherited Members
Constructors
ArchitectureAttribute(string)
Initialize a new instance.
public ArchitectureAttribute(string description)
Parameters
description
stringThe description.