Skip to content

Commit

Permalink
Some more XML documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Mar 31, 2015
1 parent 44307a7 commit 28955a8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Skybrud.Umbraco.GridData/GridDictionary.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

namespace Skybrud.Umbraco.GridData {

/// <summary>
/// Dictionary representing a configuration for an element in the Umbraco Grid.
/// </summary>
public class GridDictionary {

#region Private fields
Expand Down Expand Up @@ -51,6 +54,10 @@ private GridDictionary(Dictionary<string, string> config) {

#region Static methods

/// <summary>
/// Parses a dictionary from the specified <code>obj</code>.
/// </summary>
/// <param name="obj">The instance of <code>JObject</code> to be parsed.</param>
public static GridDictionary Parse(JObject obj) {

// Initialize an empty dictionary
Expand Down

0 comments on commit 28955a8

Please sign in to comment.