Skip to content

Commit

Permalink
Made PageTypePropertyGroup.TypedPageData property protected and inter…
Browse files Browse the repository at this point in the history
…nal.
  • Loading branch information
joelabrahamsson committed Dec 17, 2011
1 parent 24c28fb commit 8874d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PageTypeBuilder/PageTypePropertyGroup.cs
Expand Up @@ -2,7 +2,7 @@
{
public abstract class PageTypePropertyGroup
{
public TypedPageData TypedPageData { get; internal set; }
protected internal TypedPageData TypedPageData { get; set; }
internal PageTypePropertyGroupHierarchy Hierarchy { get; set; }

internal void PopuplateInstance(TypedPageData destination, string hierarchy)
Expand Down

0 comments on commit 8874d21

Please sign in to comment.