C# Class TeamSpeak3QueryApi.Net.ParameterValueArray

Represents the value of a parameter which consits of a multiple values.
Inheritance: IParameterValue
Show file Open project: nikeee/TeamSpeak3QueryAPI Class Usage Examples

Public Methods

Method Description
CreateParameterLine ( string parameterName ) : string

Creates an escaped string representation of the parameter value.

ParameterValueArray ( ) : System.Linq

Creates a new instance of T:TeamSpeak3QueryApi.Net.ParameterValue using as a value.

ParameterValueArray ( ParameterValue sourceArray ) : System.Linq

Creates a new instance of T:TeamSpeak3QueryApi.Net.ParameterValue using the specified T:System.String[] as a value.

ToString ( ) : string

Returns a string that represents the current object.

Method Details

CreateParameterLine() public method

Creates an escaped string representation of the parameter value.
public CreateParameterLine ( string parameterName ) : string
parameterName string
return string

ParameterValueArray() public method

Creates a new instance of T:TeamSpeak3QueryApi.Net.ParameterValue using as a value.
public ParameterValueArray ( ) : System.Linq
return System.Linq

ParameterValueArray() public method

Creates a new instance of T:TeamSpeak3QueryApi.Net.ParameterValue using the specified T:System.String[] as a value.
public ParameterValueArray ( ParameterValue sourceArray ) : System.Linq
sourceArray ParameterValue The values.
return System.Linq

ToString() public method

Returns a string that represents the current object.
public ToString ( ) : string
return string