C# Class Skybrud.Umbraco.GridData.Values.GridControlMediaValue

Class representing the media value of a control.
Inheritance: Skybrud.Umbraco.GridData.Json.GridJsonObject, IGridControlValue
Mostrar archivo Open project: skybrud/Skybrud.Umbraco.GridData

Private Properties

Property Type Description

Public Methods

Method Description
Parse ( GridControl control, Newtonsoft.Json.Linq.JObject obj ) : GridControlMediaValue

Gets a media value from the specified JsonObject.

Protected Methods

Method Description
GridControlMediaValue ( Newtonsoft.Json.Linq.JObject obj ) : Newtonsoft.Json

Method Details

GridControlMediaValue() protected method

protected GridControlMediaValue ( Newtonsoft.Json.Linq.JObject obj ) : Newtonsoft.Json
obj Newtonsoft.Json.Linq.JObject
return Newtonsoft.Json

Parse() public static method

Gets a media value from the specified JsonObject.
public static Parse ( GridControl control, Newtonsoft.Json.Linq.JObject obj ) : GridControlMediaValue
control GridControl The parent control.
obj Newtonsoft.Json.Linq.JObject The instance of JObject to be parsed.
return GridControlMediaValue