C# 클래스 TeamSpeak3QueryApi.Net.ParameterValue

Represents the value of a parameter which consits of a single value.
상속: IParameterValue
파일 보기 프로젝트 열기: nikeee/TeamSpeak3QueryAPI 1 사용 예제들

공개 메소드들

메소드 설명
CreateParameterLine ( string parameterName ) : string

Creates an escaped string representation of the parameter.

ParameterValue ( ) : System.Globalization

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

ParameterValue ( bool value ) : System.Globalization

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

ParameterValue ( int value ) : System.Globalization

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

ParameterValue ( string value ) : System.Globalization

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.

메소드 상세

CreateParameterLine() 공개 메소드

Creates an escaped string representation of the parameter.
public CreateParameterLine ( string parameterName ) : string
parameterName string
리턴 string

ParameterValue() 공개 메소드

Creates a new instance of T:TeamSpeak3QueryApi.Net.ParameterValue using as a value.
public ParameterValue ( ) : System.Globalization
리턴 System.Globalization

ParameterValue() 공개 메소드

Creates a new instance of T:TeamSpeak3QueryApi.Net.ParameterValue using the specified T:System.Boolean as a value.
public ParameterValue ( bool value ) : System.Globalization
value bool The value.
리턴 System.Globalization

ParameterValue() 공개 메소드

Creates a new instance of T:TeamSpeak3QueryApi.Net.ParameterValue using the specified T:System.Int32 as a value.
public ParameterValue ( int value ) : System.Globalization
value int The value.
리턴 System.Globalization

ParameterValue() 공개 메소드

Creates a new instance of T:TeamSpeak3QueryApi.Net.ParameterValue using the specified T:System.String as a value.
public ParameterValue ( string value ) : System.Globalization
value string The value.
리턴 System.Globalization

ToString() 공개 메소드

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