Changed the Property.DataTypeId property to be public, with an internal setter.

(We need to reference it within Courier's DataResolver)
This commit is contained in:
leekelleher
2014-02-13 16:27:29 +00:00
parent 220a034d2a
commit aacbc06992
@@ -12,7 +12,7 @@ namespace Archetype.Umbraco.Models
public object Value { get; set; }
public string PropertyEditorAlias { get; internal set; }
internal int DataTypeId { get; set; }
public int DataTypeId { get; internal set; }
public T GetValue<T>()
{