Class ActionDefinition
Inherited Members
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 SourceBindingAttributeType
Declaration
public Type BindingAttributeType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Type |
CommandType
Declaration
public Type CommandType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Type |
HasProperties
Declaration
public bool HasProperties { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
ResultType
Declaration
public Type ResultType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Type |
Route
Declaration
public string Route { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Verb
Declaration
public HttpMethod Verb { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Net.Http.HttpMethod |