C# 클래스 NetServ.Net.Json.JsonString

상속: JsonTypeSkeleton, IJsonString
파일 보기 프로젝트 열기: appcelerator/entourage 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Empty JsonString

공개 메소드들

메소드 설명
CompareTo ( IJsonString other ) : int

Returns a value indicating equality with the specified NetServ.Net.Json.IJsonString.

CompareTo ( JsonString other ) : int

Returns a value indicating equality with the specified instance.

CompareTo ( string other ) : int

Returns a value indicating equality with the specified System.String.

Encode ( string s ) : string

Encodes the specified System.String.

Equals ( IJsonString other ) : bool

Returns a indicating whether this instance is equal to the specified NetServ.Net.Json.IJsonString.

Equals ( JsonString other ) : bool

Returns a indicating whether this instance is equal to the specified JsonString.

Equals ( JsonString a, JsonString b ) : bool

Determines if the two NetServ.Net.Json.JsonStrings are equal.

Equals ( object obj ) : bool

Returns a indicating whether this instance is equal to the specified System.Object.

Equals ( string other ) : bool

Returns a indicating whether this instance is equal to the specified System.String.

GetHashCode ( ) : int

Returns a hash code for this JsonString.

JsonString ( string value ) : System

Initialises a new instance of the JsonString class and specifies the value.

ToString ( ) : string

Returns a System.String representation of this JsonString instance.

Write ( IJsonWriter writer ) : void

Writes the contents of this Json type using the specified NetServ.Net.Json.IJsonWriter.

operator ( ) : bool

Inequality operator.

비공개 메소드들

메소드 설명
ShouldEncode ( string s ) : bool

메소드 상세

CompareTo() 공개 메소드

Returns a value indicating equality with the specified NetServ.Net.Json.IJsonString.
public CompareTo ( IJsonString other ) : int
other IJsonString The to /// compare.
리턴 int

CompareTo() 공개 메소드

Returns a value indicating equality with the specified instance.
public CompareTo ( JsonString other ) : int
other JsonString The JsonNumber to compare.
리턴 int

CompareTo() 공개 메소드

Returns a value indicating equality with the specified System.String.
public CompareTo ( string other ) : int
other string The String to compare.
리턴 int

Encode() 공개 정적인 메소드

Encodes the specified System.String.
public static Encode ( string s ) : string
s string The string to encode.
리턴 string

Equals() 공개 메소드

Returns a indicating whether this instance is equal to the specified NetServ.Net.Json.IJsonString.
public Equals ( IJsonString other ) : bool
other IJsonString The value to compare.
리턴 bool

Equals() 공개 메소드

Returns a indicating whether this instance is equal to the specified JsonString.
public Equals ( JsonString other ) : bool
other JsonString The value to compare.
리턴 bool

Equals() 공개 정적인 메소드

Determines if the two NetServ.Net.Json.JsonStrings are equal.
public static Equals ( JsonString a, JsonString b ) : bool
a JsonString The first JsonString.
b JsonString The second JsonString.
리턴 bool

Equals() 공개 메소드

Returns a indicating whether this instance is equal to the specified System.Object.
public Equals ( object obj ) : bool
obj object The object to compare.
리턴 bool

Equals() 공개 메소드

Returns a indicating whether this instance is equal to the specified System.String.
public Equals ( string other ) : bool
other string The value to compare.
리턴 bool

GetHashCode() 공개 메소드

Returns a hash code for this JsonString.
public GetHashCode ( ) : int
리턴 int

JsonString() 공개 메소드

Initialises a new instance of the JsonString class and specifies the value.
public JsonString ( string value ) : System
value string The value of the instance.
리턴 System

ToString() 공개 메소드

Returns a System.String representation of this JsonString instance.
public ToString ( ) : string
리턴 string

Write() 공개 메소드

Writes the contents of this Json type using the specified NetServ.Net.Json.IJsonWriter.
public Write ( IJsonWriter writer ) : void
writer IJsonWriter The Json writer.
리턴 void

operator() 공개 정적인 메소드

Inequality operator.
public static operator ( ) : bool
리턴 bool

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

Defines an empty JsonString. This field is readonly.
public static JsonString,NetServ.Net.Json Empty
리턴 JsonString