Show / Hide Table of Contents

Class SoundlistResponse

Represents a Soundlist response

Inheritance
System.Object
ResponseBase<Soundlist>
SoundlistResponse
Implements
IResponse
Inherited Members
ResponseBase<Soundlist>.IsSuccessful
ResponseBase<Soundlist>.Value
ResponseBase<Soundlist>.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 SoundlistResponse : ResponseBase<Soundlist>, 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<SoundpadConnector.XML.Soundlist>.Parse(System.String)

Implements

IResponse
  • Improve this Doc
  • View Source
Back to top Generated by DocFX