JSON web service content.
public class JsonWebServiceContent<TValue> : JsonWebServiceContent
parameter | description |
---|---|
TValue | The type of the value. |
name | description |
---|---|
Value { get; } | Gets the value. |
name | description |
---|---|
JsonWebServiceContent(…) | Initializes a new instance of the JsonWebServiceContent class. (2 constructors) |
override GenerateJson() | Gets the JSON. |