Class AbstractNamedValueMethodArgumentResolver.NamedValueInfo
Inheritance
System.Object
AbstractNamedValueMethodArgumentResolver.NamedValueInfo
Assembly: Steeltoe.Messaging.MessagingBase.dll
Syntax
protected class NamedValueInfo : object
Constructors
|
Edit this page
View Source
NamedValueInfo(String, Boolean, String)
Declaration
public NamedValueInfo(string name, bool required, string defaultValue = null)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Boolean |
required |
|
System.String |
defaultValue |
|
Fields
|
Edit this page
View Source
DefaultValue
Declaration
public readonly string DefaultValue
Field Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Name
Declaration
public readonly string Name
Field Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Required
Declaration
public readonly bool Required
Field Value
Type |
Description |
System.Boolean |
|