Show / Hide Table of Contents

Class ActionDefinition

Inheritance
System.Object
AbstractAttributableDefinition
ActionDefinition
Inherited Members
AbstractAttributableDefinition.Attributes
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AzureFromTheTrenches.Commanding.AspNetCore.Model
Assembly: AzureFromTheTrenches.Commanding.AspNetCore.dll
Syntax
public class ActionDefinition : AbstractAttributableDefinition

Properties

| Improve this Doc View Source

BindingAttributeType

Declaration
public Type BindingAttributeType { get; set; }
Property Value
Type Description
System.Type
| Improve this Doc View Source

CommandType

Declaration
public Type CommandType { get; set; }
Property Value
Type Description
System.Type
| Improve this Doc View Source

HasProperties

Declaration
public bool HasProperties { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

ResultType

Declaration
public Type ResultType { get; set; }
Property Value
Type Description
System.Type
| Improve this Doc View Source

Route

Declaration
public string Route { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Verb

Declaration
public HttpMethod Verb { get; set; }
Property Value
Type Description
System.Net.Http.HttpMethod
  • Improve this Doc
  • View Source
Back to top Generated by DocFX