Show / Hide Table of Contents

Class ActionAttribute

Attribute that signals that the method it is applied to, should be interpreted as an action.

Inheritance
System.Object
ActionAttribute
Namespace: Cortex.Net.Api
Assembly: Cortex.Net.dll
Syntax
public class ActionAttribute : Attribute

Constructors

| Improve this Doc View Source

ActionAttribute()

Initializes a new instance of the ActionAttribute class.

Declaration
public ActionAttribute()
| Improve this Doc View Source

ActionAttribute(String)

Initializes a new instance of the ActionAttribute class.

Declaration
public ActionAttribute(string name)
Parameters
Type Name Description
System.String name

The name of the action.

Properties

| Improve this Doc View Source

Name

Gets the Name of the action.

Declaration
public string Name { get; }
Property Value
Type Description
System.String

Extension Methods

TraceExtensions.Trace<TObject, TMember>(TObject, Expression<Func<TObject, TMember>>, TraceMode)
ReactiveObjectTypeUtilExtensions.GetObservable(Object)
ReactiveObjectTypeUtilExtensions.GetObservable<TObject, TMember>(TObject, Expression<Func<TObject, TMember>>)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX