C# 클래스 TeamSpeak3QueryApi.Net.Parameter

Represents a Query API parameter.
파일 보기 프로젝트 열기: nikeee/TeamSpeak3QueryAPI 1 사용 예제들

공개 메소드들

메소드 설명
FromArray ( string sourceArray ) : Parameter

Creates a new instance of T:TeamSpeak3QueryApi.Net.Parameter using a string array.

GetEscapedRepresentation ( ) : string
Parameter ( string name, IParameterValue value ) : System

Creates a new instance of T:TeamSpeak3QueryApi.Net.Parameter.

Parameter ( string name, ParameterValue value ) : System

Creates a new instance of T:TeamSpeak3QueryApi.Net.Parameter.

Parameter ( string name, ParameterValueArray values ) : System

Creates a new instance of T:TeamSpeak3QueryApi.Net.Parameter.

메소드 상세

FromArray() 공개 정적인 메소드

Creates a new instance of T:TeamSpeak3QueryApi.Net.Parameter using a string array.
public static FromArray ( string sourceArray ) : Parameter
sourceArray string The first item represents the name of the parameter, the rest is used as a value.
리턴 Parameter

GetEscapedRepresentation() 공개 메소드

public GetEscapedRepresentation ( ) : string
리턴 string

Parameter() 공개 메소드

Creates a new instance of T:TeamSpeak3QueryApi.Net.Parameter.
public Parameter ( string name, IParameterValue value ) : System
name string The name of the Query API parameter.
value IParameterValue The value of the Query API parameter.
리턴 System

Parameter() 공개 메소드

Creates a new instance of T:TeamSpeak3QueryApi.Net.Parameter.
public Parameter ( string name, ParameterValue value ) : System
name string The name of the Query API parameter.
value ParameterValue The value of the Query API parameter.
리턴 System

Parameter() 공개 메소드

Creates a new instance of T:TeamSpeak3QueryApi.Net.Parameter.
public Parameter ( string name, ParameterValueArray values ) : System
name string The name of the Query API parameter.
values ParameterValueArray The array value of the Query API parameter.
리턴 System