Table of Contents

Class FutureAttribute

Namespace
OneImlx.Shared.Attributes
Assembly
OneImlx.Shared.dll

Indicates a future capability or a feature request.

[AttributeUsage(AttributeTargets.All, AllowMultiple = true, Inherited = false)]
public sealed class FutureAttribute : ActionAttribute
Inheritance
FutureAttribute
Inherited Members

Constructors

FutureAttribute(string)

Initialize a new instance.

public FutureAttribute(string description)

Parameters

description string

Additional description.