Show / Hide Table of Contents

Class ResponseValueAttribute

Attribute that indicates the property is a response value and can be dynamically set by name

Inheritance
Object
Attribute
ResponseValueAttribute
Namespace: Seltzr.Responses.Attributes
Assembly: Seltzr.dll
Syntax
C#
[AttributeUsage(AttributeTargets.Property)]
public class ResponseValueAttribute : Attribute

Constructors

| Improve this Doc View Source

ResponseValueAttribute(String)

Initializes a new instance of the ResponseValueAttribute class

C#
public ResponseValueAttribute(string name)
Parameters
nameString

The name to use to refer to this response value

Properties

| Improve this Doc View Source

Name

Gets the name to use to refer to this response value

C#
public string Name { get; }
Property Value
String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX