Show / Hide Table of Contents

Class CommandClaimMappingDefinition

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

Properties

| Improve this Doc View Source

ClaimType

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

CommandType

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

PropertyInfo

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