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

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

공개 프로퍼티들

프로퍼티 타입 설명
MaxValue JsonNumber
MinValue JsonNumber
Zero JsonNumber

공개 메소드들

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

Returns a value indicating equality with the specified instance.

CompareTo ( JsonNumber other ) : int

Returns a value indicating equality with the specified instance.

CompareTo ( double other ) : int

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

Equals ( IJsonNumber other ) : bool

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

Equals ( JsonNumber other ) : bool

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

Equals ( JsonNumber a, JsonNumber b ) : bool

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

Equals ( double other ) : bool

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

Equals ( object obj ) : bool

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

GetHashCode ( ) : int

Returns a hash code for this instance.

JsonNumber ( byte value ) : System

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

JsonNumber ( double value ) : System

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

JsonNumber ( int value ) : System

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

JsonNumber ( long value ) : System

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

JsonNumber ( short value ) : System

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

ToString ( ) : string

Returns a System.String representation of this JsonNumber instance.

ToString ( string format, IFormatProvider formatProvider ) : string

Returns a System.String representation of this JsonNumber instance.

Write ( IJsonWriter writer ) : void

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

operator ( ) : bool

Inequality operator.

비공개 메소드들

메소드 설명
JsonNumber ( sbyte value ) : System
JsonNumber ( uint value ) : System
JsonNumber ( ulong value ) : System
JsonNumber ( ushort value ) : System

메소드 상세

CompareTo() 공개 메소드

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

CompareTo() 공개 메소드

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

CompareTo() 공개 메소드

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

Equals() 공개 메소드

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

Equals() 공개 메소드

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

Equals() 공개 정적인 메소드

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

Equals() 공개 메소드

Returns a indicating whether this instance is equal to the specified System.Double.
public Equals ( double other ) : bool
other double The value to compare.
리턴 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

GetHashCode() 공개 메소드

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

JsonNumber() 공개 메소드

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

JsonNumber() 공개 메소드

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

JsonNumber() 공개 메소드

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

JsonNumber() 공개 메소드

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

JsonNumber() 공개 메소드

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

ToString() 공개 메소드

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

ToString() 공개 메소드

Returns a System.String representation of this JsonNumber instance.
public ToString ( string format, IFormatProvider formatProvider ) : string
format string The format.
formatProvider IFormatProvider The culture specific format provider.
리턴 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

프로퍼티 상세

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

Defines the lasrgest Json number. This field is readonly.
public static JsonNumber,NetServ.Net.Json MaxValue
리턴 JsonNumber

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

Defines the smallest Json number. This field is readonly.
public static JsonNumber,NetServ.Net.Json MinValue
리턴 JsonNumber

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

Defines a Json number with a value of zero. This field is readonly.
public static JsonNumber,NetServ.Net.Json Zero
리턴 JsonNumber