Refactoring ContentTypeControlNew and ContentControl

This commit is contained in:
Morten Christensen
2013-02-22 16:25:45 -01:00
parent c0fa011cc3
commit 520a7f238d
8 changed files with 283 additions and 259 deletions

View File

@@ -51,8 +51,12 @@ namespace Umbraco.Core.Models
}
/// <summary>
/// Gets or sets the Name of the Group, which corresponds to the Tab-name in the UI
/// Gets or sets the Id of the Parent PropertyGroup.
/// </summary>
/// <remarks>
/// A Parent PropertyGroup corresponds to an inherited PropertyGroup from a composition.
/// If a PropertyType is inserted into an inherited group then a new group will be created with an Id reference to the parent.
/// </remarks>
[DataMember]
public int? ParentId
{