Ejemplo n.º 1
0
        /*** CONSTRUCTORS ***/

        public CustomField(int projectId, string name, ValidationDataType dataType, bool required)
            : this(DefaultValues.GetCustomFieldIdMinValue(), projectId, name, dataType, required, String.Empty)
        {
        }