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

Class representing the focal point of a media.
Inheritance: Skybrud.Umbraco.GridData.Json.GridJsonObject
Afficher le fichier Open project: skybrud/Skybrud.Umbraco.GridData

Private Properties

Свойство Type Description

Méthodes publiques

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

Gets a focal point from the specified JsonObject.

Méthodes protégées

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

Method Details

GridControlMediaFocalPoint() protected méthode

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

Parse() public static méthode

Gets a focal point from the specified JsonObject.
public static Parse ( Newtonsoft.Json.Linq.JObject obj ) : GridControlMediaFocalPoint
obj Newtonsoft.Json.Linq.JObject The instance of JObject to be parsed.
Résultat GridControlMediaFocalPoint