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

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Parse ( GridControl control, Newtonsoft.Json.Linq.JObject obj ) : GridControlMediaValue

Gets a media value from the specified JsonObject.

Méthodes protégées

Méthode Description
GridControlMediaValue ( Newtonsoft.Json.Linq.JObject obj ) : Newtonsoft.Json

Method Details

GridControlMediaValue() protected méthode

protected GridControlMediaValue ( Newtonsoft.Json.Linq.JObject obj ) : Newtonsoft.Json
obj Newtonsoft.Json.Linq.JObject
Résultat Newtonsoft.Json

Parse() public static méthode

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.
Résultat GridControlMediaValue