Show / Hide Table of Contents

Class BooleanResponse

Represents a System.Boolean response

Inheritance
System.Object
ResponseBase<System.Boolean>
BooleanResponse
Implements
IResponse
Inherited Members
ResponseBase<Boolean>.IsSuccessful
ResponseBase<Boolean>.Value
ResponseBase<Boolean>.ErrorMessage
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: SoundpadConnector.Response
Assembly: SoundpadConnector.dll
Syntax
public class BooleanResponse : ResponseBase<bool>, IResponse

Methods

| Improve this Doc View Source

Parse(String)

Declaration
public override void Parse(string response)
Parameters
Type Name Description
System.String response
Overrides
SoundpadConnector.Response.ResponseBase<System.Boolean>.Parse(System.String)

Implements

IResponse
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • Parse(String)
  • Implements
Back to top Generated by DocFX