Show / Hide Table of Contents

Class ControllerDefinition

Inheritance
System.Object
AbstractAttributableDefinition
ControllerDefinition
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 ControllerDefinition : AbstractAttributableDefinition

Properties

| Improve this Doc View Source

Actions

Declaration
public IReadOnlyCollection<ActionDefinition> Actions { get; set; }
Property Value
Type Description
System.Collections.Generic.IReadOnlyCollection<ActionDefinition>
| Improve this Doc View Source

Name

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

Namespace

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

Route

Declaration
public string Route { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX