Show / Hide Table of Contents

Class AttributeDefinition

Inheritance
System.Object
AttributeDefinition
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 AttributeDefinition

Properties

| Improve this Doc View Source

AttributeType

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

HasParameters

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

NamedParameters

Declaration
public Dictionary<string, object> NamedParameters { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>
| Improve this Doc View Source

UnnamedParameters

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