Show / Hide Table of Contents

Class AbstractAttributableDefinition

Inheritance
System.Object
AbstractAttributableDefinition
ActionDefinition
ControllerDefinition
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 abstract class AbstractAttributableDefinition

Properties

| Improve this Doc View Source

Attributes

Declaration
public List<AttributeDefinition> Attributes { get; set; }
Property Value
Type Description
System.Collections.Generic.List<AttributeDefinition>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX