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

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

Private Properties

Property Type Description

Public Methods

Method Description
Parse ( Newtonsoft.Json.Linq.JObject obj ) : GridControlMediaFocalPoint

Gets a focal point from the specified JsonObject.

Protected Methods

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

Method Details

GridControlMediaFocalPoint() protected method

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

Parse() public static method

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.
return GridControlMediaFocalPoint