JsProperty
Assembly: ServiceStack.Common.dll
View Source
Declaration
public class JsProperty
Properties
Key
View Source
Declaration
public JsToken Key { get; }
Value
View Source
Declaration
public JsToken Value { get; }
Shorthand
View Source
Declaration
public bool Shorthand { get; }
Methods
Equals(JsProperty)
View Source
Declaration
protected bool Equals(JsProperty other)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
ServiceStack.Script.JsProperty | other |
Equals(Object)
View Source
Declaration
public override bool Equals(object obj)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
System.Object | obj |
GetHashCode()
View Source
Declaration
public override int GetHashCode()
Returns
System.Int32