Skip to main content

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​
TypeName
ServiceStack.Script.JsPropertyother

Equals(Object)​

View Source​
Declaration
public override bool Equals(object obj)
Returns​

System.Boolean

Parameters​
TypeName
System.Objectobj

GetHashCode()​

View Source​
Declaration
public override int GetHashCode()
Returns​

System.Int32