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 SourceAttributeType
Declaration
public Type AttributeType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Type |
HasParameters
Declaration
public bool HasParameters { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
NamedParameters
Declaration
public Dictionary<string, object> NamedParameters { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
UnnamedParameters
Declaration
public List<object> UnnamedParameters { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.Object> |