public DataTypeAttribute(Engine.PropertyDataTypes dataType, Type typeDeclaration) : this(dataType) { this.typeDeclaration = typeDeclaration; }
public DataTypeAttribute(Engine.PropertyDataTypes dataType) { this.dataType = dataType; }